aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-09-08 17:18:54 +0100
committergingerBill <bill@gingerbill.org>2022-09-08 17:18:54 +0100
commit8fb9db3deb931e46404a0c832fd914feb94e211f (patch)
tree821074a9ef5a7f2ffcdba8005c30b8471cfeb312
parent0859ccc5c086c89390ec5fda486a38aa403b91ad (diff)
Revert build.bat
-rw-r--r--build.bat8
1 files changed, 3 insertions, 5 deletions
diff --git a/build.bat b/build.bat
index e08bfc04b..06bc6c823 100644
--- a/build.bat
+++ b/build.bat
@@ -72,12 +72,10 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" "src\libtommath.cpp" /link %linker_settings% -OUT:%exe_name%
if %errorlevel% neq 0 goto end_of_build
-rem call build_vendor.bat
-rem if %errorlevel% neq 0 goto end_of_build
+call build_vendor.bat
+if %errorlevel% neq 0 goto end_of_build
-odin run examples/demo -vet -strict-style
-rem odin check examples/all
-rem odin run examples/bug
+if %release_mode% EQU 0 odin run examples/demo
del *.obj > NUL 2> NUL