aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-26 18:07:34 +0100
committergingerBill <bill@gingerbill.org>2021-04-26 18:07:34 +0100
commit5a88fef483a49bd0c909b1286b2ea548d7e63fa8 (patch)
tree553fe3df2e954a3940d1a482fd29621b9ebef329 /build.bat
parent43b55223af0b0b57f3bd1529e8e818c4a094109f (diff)
Make corrections
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat5
1 files changed, 1 insertions, 4 deletions
diff --git a/build.bat b/build.bat
index 9ecc23391..c6a634aeb 100644
--- a/build.bat
+++ b/build.bat
@@ -66,10 +66,7 @@ set linker_settings=%libs% %linker_flags%
del *.pdb > NUL 2> NUL
del *.ilk > NUL 2> NUL
-rem cl %compiler_settings% "src\main.cpp" /link %linker_settings% -OUT:%exe_name%
-
-cl %compiler_settings% "src\main.cpp" /link %linker_settings% -OUT:%exe_name% ^
- && odin run examples/demo
+cl %compiler_settings% "src\main.cpp" /link %linker_settings% -OUT:%exe_name%
if %errorlevel% neq 0 goto end_of_build
if %release_mode% EQU 0 odin run examples/demo/demo.odin