#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
remotes/origin/vs-reorg
Perry Ismangil 16 years ago
parent 0e9b8e3244
commit f96446a045

@ -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"

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

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

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

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

Loading…
Cancel
Save