Building freetype-2.7 on windows does not generate a .lib (only a .dll)

My build procedure:
set SRC=freetype-2.7
:: load compiler config
call "%VS120comntools%\vsvars32.bat"
:: change to build dir
pushd %SRC%\builds\windows\vc2010
:: update project
devenv /Upgrade freetype.vcxproj
:: build it
msbuild ^
freetype.vcxproj ^
/p:Configuration=Release ^
/p:ConfigurationType=DynamicLibrary

I expect to see both
  %SRC%\objs\vc2010\Win32\freetype*.lib
  %SRC%\objs\vc2010\Win32\freetype*.dll

But I only see the .dll

I am trying to use this with occt (Open Cascade), which fails to
configure if the .lib is not present.

How do I fix my build?

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to