diff options
Diffstat (limited to 'build.bat')
-rw-r--r-- | build.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..449d6e2 --- /dev/null +++ b/build.bat @@ -0,0 +1,2 @@ +cl /W3 /MT /nologo /Yd /Zi -I. -D_WIN32_WINNT=0x400 -DSTDCALL=_stdcall -c %1.c +cl /Feaout.exe /Zi %1.obj pthread.lib |