summaryrefslogtreecommitdiff
path: root/make_win.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make_win.bat')
-rw-r--r--make_win.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/make_win.bat b/make_win.bat
new file mode 100644
index 0000000..470ef11
--- /dev/null
+++ b/make_win.bat
@@ -0,0 +1,5 @@
+SET ONIG_DIR=%~dp0\src
+set THIS_DIR=%~dp0
+set BUILD_DIR=%cd%
+copy %ONIG_DIR%\config.h.windows.in %BUILD_DIR%\config.h
+nmake -f %ONIG_DIR%\Makefile.windows %1