Browse Source

Fix build.bat

gingerBill 6 years ago
parent
commit
495aaacb81
1 changed files with 3 additions and 4 deletions
  1. 3 4
      build.bat

+ 3 - 4
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