Files
first/build.bat
Krzosa Karol 7c7c596227 Fix mac action
2024-01-08 06:48:18 +01:00

10 lines
209 B
Batchfile

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