summaryrefslogtreecommitdiff
path: root/win32/setup.mak
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-09 07:41:44 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-09 07:41:44 +0000
commita5c0e5a382d577b900c9a49fa09547dbf602e16c (patch)
tree30c1de7503dcad76dccfe713f2a7894277cf0150 /win32/setup.mak
parent53a2b14909a271e54c1e5d771075be608e37fb15 (diff)
* 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
Diffstat (limited to 'win32/setup.mak')
-rw-r--r--win32/setup.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/setup.mak b/win32/setup.mak
index dce77e896c..28f89e8c30 100644
--- a/win32/setup.mak
+++ b/win32/setup.mak
@@ -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 $@