mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-04 22:22:43 -07:00
remove stb_image.c from stb/src/build.bat (oops)
stb_truetype will be removed sometime in the future as there is a good ttf parser available in a fork.
This commit is contained in:
2
thirdparty/stb/src/build.bat
vendored
2
thirdparty/stb/src/build.bat
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
if not exist "..\lib" mkdir ..\lib
|
||||
|
||||
cl -nologo -MT -TC -O2 -c stb_image.c stb_truetype.c
|
||||
cl -nologo -MT -TC -O2 -c stb_truetype.c
|
||||
lib -nologo stb_truetype.obj -out:..\lib\stb_truetype.lib
|
||||
|
||||
del *.obj
|
||||
|
Reference in New Issue
Block a user