diff options
Diffstat (limited to 'make_win64.bat')
-rw-r--r-- | make_win64.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make_win64.bat b/make_win64.bat new file mode 100644 index 0000000..b8ca930 --- /dev/null +++ b/make_win64.bat @@ -0,0 +1,3 @@ +cd src
+copy config.h.win64 config.h
+nmake -f Makefile.windows
|