From 495aaacb81b1b1a8175c9ad8aaa4448ab4085b6a Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 2 Sep 2019 18:35:00 +0100 Subject: [PATCH] Fix build.bat --- build.bat | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.bat b/build.bat index 334102cf1..61b3742a2 100644 --- a/build.bat +++ b/build.bat @@ -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