mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add VPATH to rbinc rule for nmake
This commit is contained in:
parent
e02b819482
commit
7acf7a4f90
Notes:
git
2019-11-08 19:09:59 +09:00
1 changed files with 3 additions and 0 deletions
|
@ -1284,6 +1284,9 @@ $(ruby_pc): $(RBCONFIG)
|
|||
$(ECHO) preprocessing $(<:\=/)
|
||||
$(Q) $(CC) $(XCFLAGS) $(CPPFLAGS) -P $(CSRCFLAG)$(<:\=/)
|
||||
|
||||
{$(srcdir)}.rb.rbinc:
|
||||
$(Q) $(BASERUBY) $(srcdir)/tool/mk_builtin_loader.rb $<
|
||||
|
||||
.rc.res:
|
||||
$(ECHO) compiling $(<:\=/)
|
||||
$(Q) $(RC) $(RCFLAGS) -I. -I$(<D) $(iconinc) -I$(srcdir)/win32 $(RFLAGS) -fo$@ $(<:\=/)
|
||||
|
|
Loading…
Add table
Reference in a new issue