Fix parsing for comments; add global ODIN_* string constants

This commit is contained in:
Ginger Bill
2016-11-24 23:22:16 +00:00
parent 5aa0ef54c8
commit cbb70c7873
5 changed files with 12 additions and 57 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
set exe_name=odin.exe
:: Debug = 0, Release = 1
set release_mode=1
set release_mode=0
set compiler_flags= -nologo -Oi -TC -W4 -fp:fast -fp:except- -Gm- -MP -FC -GS- -EHsc- -GR-