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