Add flag reference to bld_lib

This commit is contained in:
Krzosa Karol
2024-01-05 16:03:37 +01:00
parent cb6a88bc95
commit 1cdbc10dfc
3 changed files with 40 additions and 89 deletions

View File

@@ -3,7 +3,7 @@ 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
cl -Fe:bld.exe ../bld_main.cpp -WX -W3 -wd4200 -diagnostics:column -nologo -Zi -D_CRT_SECURE_NO_WARNINGS /MD
cd ..
build\bld.exe