forked from minhngoc25a/freetype2
[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:
parent
d2d1750e08
commit
fd8000f040
|
@ -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…
Reference in New Issue