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