aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-07-11 16:23:25 +0100
committergingerBill <bill@gingerbill.org>2021-07-11 16:23:25 +0100
commita1a1668dcf024033b0b011eaf39bc89e505ee86f (patch)
tree5fd40a186c9ddcede5249c2e976220be9108b24f /build.bat
parente308098f181813570dbe0f7ce2a3a4f6444334d7 (diff)
Update build.bat and Makefile
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat11
1 files changed, 1 insertions, 10 deletions
diff --git a/build.bat b/build.bat
index 0e108653a..c3ab0a008 100644
--- a/build.bat
+++ b/build.bat
@@ -71,18 +71,9 @@ del *.pdb > NUL 2> NUL
del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" "src\libtommath.c" /link %linker_settings% -OUT:%exe_name%
-rem cl %compiler_settings% "src\main.cpp" /link %linker_settings% -OUT:%exe_name%
if %errorlevel% neq 0 goto end_of_build
-
-odin run examples/demo
-rem odin run examples/bug -show-more-timings -threaded-checker
-rem odin check examples/demo -threaded-checker
-rem odin build examples/demo
-rem odin run examples/demo -threaded-checker
-rem odin run examples/bug -show-more-timings
-rem if %release_mode% EQU 0 odin check examples/bug -show-more-timings
-rem if %release_mode% EQU 0 odin check examples/bug
+if %release_mode% EQU 0 odin run examples/demo/demo.odin
del *.obj > NUL 2> NUL