summaryrefslogtreecommitdiff
path: root/win32/ntsetup.bat
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-08-13 05:45:20 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-08-13 05:45:20 +0000
commit65a5162550f58047974793cdc8067a970b2435c0 (patch)
tree082bb7d5568f3b2e36e3fe166e9f3039394fcf44 /win32/ntsetup.bat
parentfcd020c83028f5610d382e85a2df00223e12bd7e (diff)
1.4.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/ntsetup.bat')
-rwxr-xr-xwin32/ntsetup.bat4
1 files changed, 1 insertions, 3 deletions
diff --git a/win32/ntsetup.bat b/win32/ntsetup.bat
index ee6294fada..dc67b70673 100755
--- a/win32/ntsetup.bat
+++ b/win32/ntsetup.bat
@@ -2,9 +2,7 @@
copy config.h ..
copy Makefile ..
copy ruby.def ..
-cd ..\ext
-copy Setup.nt Setup
-copy extmk.rb.nt extmk.rb
+copy config.status ..
cd ..
echo type `nmake' to make ruby for mswin32.