mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix build.bat
This commit is contained in:
@@ -40,10 +40,9 @@ del *.pdb > NUL 2> NUL
|
|||||||
del *.ilk > NUL 2> NUL
|
del *.ilk > NUL 2> NUL
|
||||||
|
|
||||||
|
|
||||||
rem cl %compiler_settings% "src\main.cpp" ^
|
cl %compiler_settings% "src\main.cpp" ^
|
||||||
rem /link %linker_settings% -OUT:%exe_name% ^
|
/link %linker_settings% -OUT:%exe_name% ^
|
||||||
rem && odin build examples/demo/demo.odin -show-timings
|
&& odin run examples/demo/demo.odin
|
||||||
odin check examples/demo/demo.odin -show-timings
|
|
||||||
|
|
||||||
del *.obj > NUL 2> NUL
|
del *.obj > NUL 2> NUL
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user