#792: Updated some VS property sheets.

git-svn-id: https://svn.pjsip.org/repos/pjproject/branches/projects/vs-reorg@2624 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2009-04-20 19:21:07 +00:00
parent 740891ec08
commit 6745224a1e
5 changed files with 22 additions and 13 deletions

View File

@ -8,8 +8,17 @@
>
<Tool
Name="VCCLCompilerTool"
AssemblerListingLocation="$(IntDir)\"
BrowseInformation="1"
WarningLevel="4"
CompileAs="0"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib"
/>
<Tool
Name="VCLinkerTool"
OutputFile="..\bin\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe"
/>
<UserMacro
Name="VSVer"

View File

@ -9,15 +9,11 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
BrowseInformation="1"
BrowseInformationFile="$(IntDir)\"
PreprocessorDefinitions="_DEBUG;DEBUG"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCLinkerTool"
GenerateManifest="false"
GenerateDebugInformation="true"
GenerateMapFile="true"
/>
</VisualStudioPropertySheet>

View File

@ -5,4 +5,9 @@
Name="pjproject-vs8-release-defaults"
InheritedPropertySheets=".\pjproject-vs8-common-defaults.vsprops"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
PreprocessorDefinitions="NDEBUG"
/>
</VisualStudioPropertySheet>

View File

@ -1,7 +0,0 @@
<?xml version="1.0"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-win32-release-defaults"
>
</VisualStudioPropertySheet>

View File

@ -4,6 +4,12 @@
Version="8.00"
Name="pjproject-vs8-wm6-common-defaults"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_)"
DebugInformationFormat="3"
DisableSpecificWarnings="4214;4201"
/>
<UserMacro
Name="TargetCPU"
Value="armv4i"