1
0
Fork 0
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:
Nobuyoshi Nakada 2019-11-08 18:18:05 +09:00
parent e02b819482
commit 7acf7a4f90
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
Notes: git 2019-11-08 19:09:59 +09:00

View file

@ -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$@ $(<:\=/)