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