From 17a061a7906baa4b89fdc09ab48a5eddd7f8257e Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 6 Mar 2025 08:11:42 -0500 Subject: [PATCH] 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. --- thirdparty/stb/src/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/stb/src/build.bat b/thirdparty/stb/src/build.bat index e83d765..307331f 100644 --- a/thirdparty/stb/src/build.bat +++ b/thirdparty/stb/src/build.bat @@ -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