summaryrefslogtreecommitdiff
path: root/make_win.bat
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-09-07 13:43:11 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-09-07 13:43:11 +0200
commit66dfd6613394a8903701840bbc9d67de537e597e (patch)
tree3b0943539a09fe5322b0b984222abb7c60ddfacb /make_win.bat
parent6bf91b141b7b3e3524f422d4c18bccf7f87aecd1 (diff)
parent52796af94a055f1c704a604f4eac567242c845b7 (diff)
Merge branch 'release/debian/6.9.0-1'debian/6.9.0-1
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