mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
Change rune literals to #rune "C"
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user