#792: Updated property sheets to put *.pdb file in intermediate dir and disabled incremental linking for release configs.

git-svn-id: https://svn.pjsip.org/repos/pjproject/branches/projects/vs-reorg@2632 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2009-04-21 19:42:25 +00:00
parent 5ac6cdf3a7
commit 655032db62
3 changed files with 5 additions and 1 deletions

View File

@ -15,5 +15,6 @@
<Tool
Name="VCLinkerTool"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
/>
</VisualStudioPropertySheet>

View File

@ -10,4 +10,8 @@
Optimization="2"
PreprocessorDefinitions="NDEBUG"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
/>
</VisualStudioPropertySheet>

View File

@ -10,7 +10,6 @@
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
SubSystem="1"
TargetMachine="1"
/>