Full Unicode Support

This commit is contained in:
gingerBill
2016-08-15 14:54:45 +01:00
parent 3ed75b22a3
commit dcbb2fcfbd
16 changed files with 16019 additions and 116 deletions
+12
View File
@@ -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