summaryrefslogtreecommitdiff
path: root/win32/ntsetup.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win32/ntsetup.bat')
-rw-r--r--win32/ntsetup.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/win32/ntsetup.bat b/win32/ntsetup.bat
new file mode 100644
index 0000000000..1848d035ec
--- /dev/null
+++ b/win32/ntsetup.bat
@@ -0,0 +1,10 @@
+@echo off
+copy config.h ..
+copy Makefile ..
+copy ruby.def ..
+cd ..\ext
+copy Setup.nt Setup
+copy extmk.rb.nt extmk.rb
+
+cd ..
+echo type `nmake' to make ruby for mswin32.