From: Erwin Janssen Date: Sat, 9 Jul 2016 20:09:30 +0000 (+0200) Subject: Windows: fix error when parallel building with VS. X-Git-Tag: untagged-3c169aaa6280ec506b08^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21e3802ed72b3aba832cf2dceda4dab7eff3b921;p=graphviz Windows: fix error when parallel building with VS. Gave the projects remaining projects in cmd/tools their own intermediate directory (some already had this). This prevents errors when enabling parallel build on Visual Studio. --- diff --git a/cmd/tools/bcomps.vcxproj b/cmd/tools/bcomps.vcxproj index 285907336..a1a1e65a7 100644 --- a/cmd/tools/bcomps.vcxproj +++ b/cmd/tools/bcomps.vcxproj @@ -40,13 +40,13 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gvpack.vcxproj b/cmd/tools/gvpack.vcxproj index 5648e0717..1c103e249 100644 --- a/cmd/tools/gvpack.vcxproj +++ b/cmd/tools/gvpack.vcxproj @@ -40,13 +40,13 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/mm2gv.vcxproj b/cmd/tools/mm2gv.vcxproj index 75df515a0..012176006 100644 --- a/cmd/tools/mm2gv.vcxproj +++ b/cmd/tools/mm2gv.vcxproj @@ -40,14 +40,14 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ true AllRules.ruleset true diff --git a/cmd/tools/sccmap.vcxproj b/cmd/tools/sccmap.vcxproj index 81a282a6b..7947cf34b 100644 --- a/cmd/tools/sccmap.vcxproj +++ b/cmd/tools/sccmap.vcxproj @@ -40,14 +40,14 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ true AllRules.ruleset true diff --git a/cmd/tools/tred.vcxproj b/cmd/tools/tred.vcxproj index 953dda38b..e53f252da 100644 --- a/cmd/tools/tred.vcxproj +++ b/cmd/tools/tred.vcxproj @@ -40,14 +40,14 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ true AllRules.ruleset true diff --git a/cmd/tools/unflatten.vcxproj b/cmd/tools/unflatten.vcxproj index e19b783b9..2998ebe8d 100644 --- a/cmd/tools/unflatten.vcxproj +++ b/cmd/tools/unflatten.vcxproj @@ -40,13 +40,13 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ AllRules.ruleset true