Support #! comments

This commit is contained in:
gingerBill
2018-12-26 12:00:16 +00:00
parent 956dd26aa0
commit 1f2fdddc6d
2 changed files with 13 additions and 46 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/demo/demo.odin -keep-temp-files
&& odin run examples/demo/demo.odin -debug -keep-temp-files
del *.obj > NUL 2> NUL