[Mobies-commit] [commit] r3806 - in GReAT/trunk/Libraries: GReATUtils RTT
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Thu Jul 28 14:20:09 CDT 2011
Author: ksmyth
Date: Thu Jul 28 14:20:09 2011
New Revision: 3806
Log:
Avoid pdb name clash
Modified:
GReAT/trunk/Libraries/GReATUtils/GReATUtilsVS2010.vcxproj
GReAT/trunk/Libraries/RTT/RTTVS2010.vcxproj
Modified: GReAT/trunk/Libraries/GReATUtils/GReATUtilsVS2010.vcxproj
==============================================================================
--- GReAT/trunk/Libraries/GReATUtils/GReATUtilsVS2010.vcxproj Thu Jul 28 14:19:18 2011 (r3805)
+++ GReAT/trunk/Libraries/GReATUtils/GReATUtilsVS2010.vcxproj Thu Jul 28 14:20:09 2011 (r3806)
@@ -100,7 +100,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
- <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
+ <ProgramDataBaseFileName>$(IntDir)$(ProjectName)$(PlatformToolset).pdb</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
@@ -127,7 +127,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
- <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
+ <ProgramDataBaseFileName>$(IntDir)$(ProjectName)$(PlatformToolset).pdb</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
@@ -154,7 +154,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
- <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
+ <ProgramDataBaseFileName>$(IntDir)$(ProjectName)$(PlatformToolset).pdb</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
@@ -179,7 +179,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
- <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
+ <ProgramDataBaseFileName>$(IntDir)$(ProjectName)$(PlatformToolset).pdb</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
@@ -217,4 +217,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
\ No newline at end of file
Modified: GReAT/trunk/Libraries/RTT/RTTVS2010.vcxproj
==============================================================================
--- GReAT/trunk/Libraries/RTT/RTTVS2010.vcxproj Thu Jul 28 14:19:18 2011 (r3805)
+++ GReAT/trunk/Libraries/RTT/RTTVS2010.vcxproj Thu Jul 28 14:20:09 2011 (r3806)
@@ -97,7 +97,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
- <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
+ <ProgramDataBaseFileName>$(IntDir)$(ProjectName)$(PlatformToolset).pdb</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
@@ -116,7 +116,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
- <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
+ <ProgramDataBaseFileName>$(IntDir)$(ProjectName)$(PlatformToolset).pdb</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
@@ -139,7 +139,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
- <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
+ <ProgramDataBaseFileName>$(IntDir)$(ProjectName)$(PlatformToolset).pdb</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
@@ -157,7 +157,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
- <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
+ <ProgramDataBaseFileName>$(IntDir)$(ProjectName)$(PlatformToolset).pdb</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
More information about the Mobies-commit
mailing list