]> granicus.if.org Git - onig/commitdiff
add make_win64/32.bat
authorkosako <kosako@sofnec.co.jp>
Mon, 18 Apr 2016 06:53:39 +0000 (15:53 +0900)
committerkosako <kosako@sofnec.co.jp>
Mon, 18 Apr 2016 06:53:39 +0000 (15:53 +0900)
make_win32.bat [new file with mode: 0644]
make_win64.bat [new file with mode: 0644]

diff --git a/make_win32.bat b/make_win32.bat
new file mode 100644 (file)
index 0000000..e628994
--- /dev/null
@@ -0,0 +1,3 @@
+cd src\r
+copy config.h.win32 config.h\r
+nmake -f Makefile.windows\r
diff --git a/make_win64.bat b/make_win64.bat
new file mode 100644 (file)
index 0000000..b8ca930
--- /dev/null
@@ -0,0 +1,3 @@
+cd src\r
+copy config.h.win64 config.h\r
+nmake -f Makefile.windows\r