* builds/windows/vc2010/freetype.vcxproj: Adjust output directory.
This allows builds with different configurations in parallel.
This commit is contained in:
parent
286b0c9f33
commit
a998d48401
@ -1,3 +1,9 @@
|
||||
2017-12-08 Azzuro <azzuro@team-mediaportal.com>
|
||||
|
||||
* builds/windows/vc2010/freetype.vcxproj: Adjust output directory.
|
||||
|
||||
This allows builds with different configurations in parallel.
|
||||
|
||||
2017-12-08 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Fix `make setup dos', second try (#52622).
|
||||
|
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user