summaryrefslogtreecommitdiff
path: root/win32/ntsetup.bat
diff options
context:
space:
mode:
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.