[build] Move VERSIONINFO resource.

* builds/windows/vc2010/freetype.vcxproj: Updated.
* builds/windows/ftver.rc: Move file from here...
* src/base/ftver.rc: ... to here.
This commit is contained in:
Alexei Podtelezhnikov 2018-01-18 03:58:34 -05:00
parent d2d1750e08
commit fd8000f040
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2018-01-18 Alexei Podtelezhnikov <apodtele@gmail.com>
[build] Move VERSIONINFO resource.
* builds/windows/vc2010/freetype.vcxproj: Updated.
* builds/windows/ftver.rc: Move file from here...
* src/base/ftver.rc: ... to here.
2018-01-12 Alexei Podtelezhnikov <apodtele@gmail.com>
[build] Expand dllexport/dllimport to Cygwin/MinGW.

View File

@ -435,7 +435,7 @@
<ClCompile Include="..\ftdebug.c">
<DisableLanguageExtensions>false</DisableLanguageExtensions>
</ClCompile>
<ResourceCompile Include="..\ftver.rc" />
<ResourceCompile Include="..\..\..\src\base\ftver.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">