8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Use dynamic linking by default for ICU debug builds.

This commit is contained in:
paul_reeves 2007-09-11 12:28:28 +00:00
parent 2c250be62c
commit 97bf2655ac

View File

@ -1,19 +1,20 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="firebird2debug"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BrowseInformation="1"
Detect64BitPortabilityProblems="true"
/>
<Tool
Name="VCLinkerTool"
GenerateDebugInformation="true"
/>
ProjectType="Visual C++"
Version="8.00"
Name="firebird2debug"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BrowseInformation="1"
Detect64BitPortabilityProblems="true"
/>
<Tool
Name="VCLinkerTool"
GenerateDebugInformation="true"
LinkIncremental="2"
/>
</VisualStudioPropertySheet>