summaryrefslogtreecommitdiff
path: root/build32.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build32.bat')
-rw-r--r--build32.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/build32.bat b/build32.bat
new file mode 100644
index 0000000..287e2a5
--- /dev/null
+++ b/build32.bat
@@ -0,0 +1,2 @@
+if x%1 == xrelease cl /W3 /wd4146 /D_CRT_SECURE_NO_WARNINGS /O2 /Fe:toc.exe main.c
+if x%1 == x cl /DTOC_DEBUG /W3 /wd4146 /D_CRT_SECURE_NO_WARNINGS /Od /Fe:toc.exe /DEBUG /Zi main.c