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:
2025-03-06 08:11:42 -05:00
parent 0d0344e423
commit 17a061a790

View File

@@ -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