Change demo.odin to default

This commit is contained in:
gingerBill
2020-03-19 15:29:32 +00:00
parent ed4d21045b
commit 3d81ad46d2
2 changed files with 30 additions and 66 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/demo/demo.odin -llvm-api -keep-temp-files
&& odin run examples/demo/demo.odin
if %errorlevel% neq 0 (
goto end_of_build
)