[build] Move VERSIONINFO resource.

* builds/windows/vc2010/freetype.vcxproj: Updated.
* builds/windows/ftver.rc: Move file from here...
* src/base/ftver.rc: ... to here.
GSoC-2017-kushal
Alexei Podtelezhnikov 7 years ago
parent d2d1750e08
commit fd8000f040
  1. 8
      ChangeLog
  2. 2
      builds/windows/vc2010/freetype.vcxproj
  3. 0
      src/base/ftver.rc

@ -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.

@ -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">

Loading…
Cancel
Save