mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Revert build.bat
This commit is contained in:
@@ -72,12 +72,10 @@ del *.ilk > NUL 2> NUL
|
|||||||
cl %compiler_settings% "src\main.cpp" "src\libtommath.cpp" /link %linker_settings% -OUT:%exe_name%
|
cl %compiler_settings% "src\main.cpp" "src\libtommath.cpp" /link %linker_settings% -OUT:%exe_name%
|
||||||
if %errorlevel% neq 0 goto end_of_build
|
if %errorlevel% neq 0 goto end_of_build
|
||||||
|
|
||||||
rem call build_vendor.bat
|
call build_vendor.bat
|
||||||
rem if %errorlevel% neq 0 goto end_of_build
|
if %errorlevel% neq 0 goto end_of_build
|
||||||
|
|
||||||
odin run examples/demo -vet -strict-style
|
if %release_mode% EQU 0 odin run examples/demo
|
||||||
rem odin check examples/all
|
|
||||||
rem odin run examples/bug
|
|
||||||
|
|
||||||
del *.obj > NUL 2> NUL
|
del *.obj > NUL 2> NUL
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user