8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 03:23:04 +01:00

Fixed the CPL applet linkage (made it static instead of dynamic).

This is the only project that overrides the common property sheets (in terms of linkage).
This commit is contained in:
dimitr 2007-11-14 10:02:33 +00:00
parent 7a32681d1a
commit ae790e61bc

View File

@ -21,7 +21,7 @@
Name="Release|Win32"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;.\firebird2.vsprops;.\firebird2release.vsprops"
UseOfMFC="2"
UseOfMFC="1"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
@ -49,6 +49,7 @@
InlineFunctionExpansion="1"
FavorSizeOrSpeed="2"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;WINVER=0x400"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
BrowseInformation="1"
/>
@ -182,7 +183,7 @@
Name="Debug|Win32"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;.\firebird2.vsprops;.\firebird2debug.vsprops"
UseOfMFC="2"
UseOfMFC="1"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
@ -208,6 +209,7 @@
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="_DEBUG;_WINDOWS;WIN32;DEV_BUILD;_USRDLL;WINVER=0x400"
RuntimeLibrary="1"
BrowseInformation="1"
UndefinePreprocessorDefinitions="TRACE"
/>