Fixes in filesystem and build

This commit is contained in:
Krzosa Karol
2024-01-05 21:12:58 +01:00
parent 6458e6ab9a
commit 6e07d19c87
8 changed files with 43 additions and 54 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 /MD
cl -Fe:bld.exe ../build_main.cpp -WX -W3 -wd4200 -diagnostics:column -nologo -Zi -D_CRT_SECURE_NO_WARNINGS /MD
cd ..
build\bld.exe