Init repository
This commit is contained in:
6
build.bat
Executable file
6
build.bat
Executable 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 ..
|
||||
Reference in New Issue
Block a user