summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.bat b/build.bat
deleted file mode 100644
index 3eb953f..0000000
--- a/build.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-del aout.exe
-del %1.obj
-cl /W3 /MT /nologo /Yd /Zi -I. -D_WIN32_WINNT=0x400 -DSTDCALL=_stdcall -c %1.c
-cl /Feaout.exe /Zi %1.obj pthread.lib