Change rune literals to #rune "C"

This commit is contained in:
Ginger Bill
2016-08-25 00:23:04 +01:00
parent d2c64be85c
commit f93cf3827b
12 changed files with 119 additions and 129 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ FOR %%f IN (name) do (
FOR %%g in (!%%f!) do set "%%f=%%~ng"
)
cl -nologo -O2 -MDd -TP -c %file_input% ^
cl -nologo -O2 -MT -TP -c %file_input% ^
&& lib -nologo %name%.obj -out:%name%.lib ^
&& del *.obj