mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Full Unicode Support
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
setlocal EnableDelayedExpansion
|
||||
|
||||
set file_input=%1
|
||||
set name=%1
|
||||
FOR %%f IN (name) do (
|
||||
FOR %%g in (!%%f!) do set "%%f=%%~ng"
|
||||
)
|
||||
|
||||
cl -nologo -O2 -MDd -TP -c %file_input% ^
|
||||
&& lib -nologo %name%.obj -out:%name%.lib ^
|
||||
&& del *.obj
|
||||
Reference in New Issue
Block a user