#792 work in progress: Dynamic and static flags

git-svn-id: https://svn.pjsip.org/repos/pjproject/branches/projects/vs-reorg@2619 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Perry Ismangil 2009-04-20 12:28:21 +00:00
parent 0e9b8e3244
commit f96446a045
5 changed files with 16 additions and 1 deletions

View File

@ -16,7 +16,6 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Iphlpapi.lib dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib gdi32.lib advapi32.lib"
GenerateManifest="false"
GenerateDebugInformation="true"
GenerateMapFile="true"

View File

@ -5,4 +5,8 @@
Name="pjproject-vs8-debug-dynamic-defaults"
InheritedPropertySheets=".\pjproject-vs8-debug-defaults.vsprops"
>
<Tool
Name="VCCLCompilerTool"
RuntimeLibrary="3"
/>
</VisualStudioPropertySheet>

View File

@ -5,4 +5,8 @@
Name="pjproject-vs8-debug-static-defaults"
InheritedPropertySheets=".\pjproject-vs8-debug-defaults.vsprops"
>
<Tool
Name="VCCLCompilerTool"
RuntimeLibrary="1"
/>
</VisualStudioPropertySheet>

View File

@ -5,4 +5,8 @@
Name="pjproject-vs8-release-dynamic-defaults"
InheritedPropertySheets=".\pjproject-vs8-release-defaults.vsprops"
>
<Tool
Name="VCCLCompilerTool"
RuntimeLibrary="3"
/>
</VisualStudioPropertySheet>

View File

@ -5,4 +5,8 @@
Name="pjproject-vs8-release-static-defaults"
InheritedPropertySheets=".\pjproject-vs8-release-defaults.vsprops"
>
<Tool
Name="VCCLCompilerTool"
RuntimeLibrary="0"
/>
</VisualStudioPropertySheet>