shithub: freetype+ttf2subf

Download patch

ref: a998d48401fbf8872265e5460cadfe4c8daca4ba
parent: 286b0c9f3335a39fa64435e49f63a3d28b21f3d5
author: Azzuro <[email protected]>
date: Sat Dec 9 09:22:35 EST 2017

* builds/windows/vc2010/freetype.vcxproj: Adjust output directory.

This allows builds with different configurations in parallel.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-12-08  Azzuro  <[email protected]>
+
+	* builds/windows/vc2010/freetype.vcxproj: Adjust output directory.
+
+	This allows builds with different configurations in parallel.
+
 2017-12-08  Werner Lemberg  <[email protected]>
 
 	Fix `make setup dos', second try (#52622).
--- a/builds/windows/vc2010/freetype.vcxproj
+++ b/builds/windows/vc2010/freetype.vcxproj
@@ -109,7 +109,7 @@
   <ImportGroup Label="ExtensionSettings">
   </ImportGroup>
   <PropertyGroup>
-    <OutDir>..\..\..\objs\$(Platform)\</OutDir>
+    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
     <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\</IntDir>
     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     <CodeAnalysisRules />