freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] windows: why the .lib file isn’t generated


From: address@hidden
Subject: [ft-devel] windows: why the .lib file isn’t generated
Date: Thu, 24 Aug 2017 10:34:24 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]