Init repository

This commit is contained in:
Krzosa Karol
2026-03-19 23:16:20 +01:00
parent eee4198ac8
commit df706003dd
50 changed files with 27733 additions and 0 deletions

6
build.bat Executable file
View File

@@ -0,0 +1,6 @@
@echo off
mkdir build
cd build
cl.exe -Fe:visualize.exe ../src/visualize/vis_main.cpp -WX -W3 -wd4200 -diagnostics:column -nologo -FC -Z7 -GF -Gm- -Oi -Zo -D_CRT_SECURE_NO_WARNINGS -Od -D_DEBUG -MTd -EHa- -GR- -link -incremental:no -opt:ref -NODEFAULTLIB:LIBCMT
cd ..