mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -o officially and cl.exe considers that *.cc and *.cxx are OBJs.
* lib/mkmf.rb: ditto. * win32/Makefile.sub: Use del instead of rm. All these changes are derived from Nobuyoshi Nakada's patch. Thanks. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
53a2b14909
commit
a5c0e5a382
5 changed files with 146 additions and 79 deletions
|
@ -22,6 +22,6 @@ Makefile:
|
|||
@echo !INCLUDE $$(srcdir)/win32/Makefile.sub>> $@
|
||||
|
||||
config.h config.status: $(srcdir)/win32/$$@.in
|
||||
@copy $(srcdir:/=\)\win32\$@.in $@ > nul
|
||||
@type $(srcdir:/=\)\win32\$@.in > $@
|
||||
|
||||
ext:; @if not exist $@\* mkdir $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue