Files
first/build.bat
2024-01-05 16:03:37 +01:00

10 lines
202 B
Batchfile

@echo off
call ../misc/compile_setup.bat
mkdir build
cd build
cl -Fe:bld.exe ../bld_main.cpp -WX -W3 -wd4200 -diagnostics:column -nologo -Zi -D_CRT_SECURE_NO_WARNINGS /MD
cd ..
build\bld.exe