summaryrefslogtreecommitdiff
path: root/build32.bat
blob: 287e2a599e88a9f4d3b584526874363f9c16d3a6 (plain)
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