This commit is contained in:
Ginger Bill
2017-09-20 20:45:40 +01:00
parent d2c1c719bd
commit 3a644dad78
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/demo.odin -opt=0 -collection=foo=W:\Odin\core
&& odin run examples/demo.odin -opt=0
rem && odin docs core/fmt.odin
del *.obj > NUL 2> NUL