freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master a998d48: * builds/windows/vc2010/freetype.vcxproj: Ad


From: Werner LEMBERG
Subject: [freetype2] master a998d48: * builds/windows/vc2010/freetype.vcxproj: Adjust output directory.
Date: Sat, 9 Dec 2017 08:23:27 -0500 (EST)

branch: master
commit a998d48401fbf8872265e5460cadfe4c8daca4ba
Author: Azzuro <address@hidden>
Commit: Werner Lemberg <address@hidden>

    * builds/windows/vc2010/freetype.vcxproj: Adjust output directory.
    
    This allows builds with different configurations in parallel.
---
 ChangeLog                              | 6 ++++++
 builds/windows/vc2010/freetype.vcxproj | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 15cd2f8..1331ad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-12-08  Azzuro  <address@hidden>
+
+       * builds/windows/vc2010/freetype.vcxproj: Adjust output directory.
+
+       This allows builds with different configurations in parallel.
+
 2017-12-08  Werner Lemberg  <address@hidden>
 
        Fix `make setup dos', second try (#52622).
diff --git a/builds/windows/vc2010/freetype.vcxproj 
b/builds/windows/vc2010/freetype.vcxproj
index 93e755a..173b276 100644
--- 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 />



reply via email to

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