Fix build.bat

This commit is contained in:
gingerBill
2019-09-02 18:35:00 +01:00
parent 6d614ef07c
commit 495aaacb81
+3 -4
View File
@@ -40,10 +40,9 @@ del *.pdb > NUL 2> NUL
del *.ilk > NUL 2> NUL
rem cl %compiler_settings% "src\main.cpp" ^
rem /link %linker_settings% -OUT:%exe_name% ^
rem && odin build examples/demo/demo.odin -show-timings
odin check examples/demo/demo.odin -show-timings
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/demo/demo.odin
del *.obj > NUL 2> NUL