~ubuntu-branches/ubuntu/karmic/firebird2.1/karmic

« back to all changes in this revision

Viewing changes to builds/win32/msvc8/firebird2.vsprops

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2008-05-26 23:59:25 UTC
  • Revision ID: james.westby@ubuntu.com-20080526235925-2pnqj6nxpppoeaer
Tags: upstream-2.1.0.17798-0.ds2
ImportĀ upstreamĀ versionĀ 2.1.0.17798-0.ds2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioPropertySheet
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="firebird2"
 
6
        OutputDirectory="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
 
7
        IntermediateDirectory="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
 
8
        >
 
9
        <Tool
 
10
                Name="VCCLCompilerTool"
 
11
                AdditionalOptions="/EHsc-"
 
12
                OmitFramePointers="true"
 
13
                AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
 
14
                ExceptionHandling="0"
 
15
                RuntimeTypeInfo="false"
 
16
                PrecompiledHeaderFile="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\$(ProjectName).pch"
 
17
                AssemblerListingLocation="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)/"
 
18
                ObjectFile="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)/"
 
19
                ProgramDataBaseFileName="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)/"
 
20
                BrowseInformation="0"
 
21
                BrowseInformationFile="..\..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
 
22
                WarningLevel="3"
 
23
                SuppressStartupBanner="true"
 
24
                DebugInformationFormat="3"
 
25
                CompileAs="0"
 
26
                UseFullPaths="false"
 
27
        />
 
28
        <Tool
 
29
                Name="VCLibrarianTool"
 
30
                OutputFile="$(IntDir)\$(ProjectName).lib"
 
31
                SuppressStartupBanner="true"
 
32
        />
 
33
        <Tool
 
34
                Name="VCLinkerTool"
 
35
                SuppressStartupBanner="true"
 
36
                GenerateDebugInformation="true"
 
37
                ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
 
38
                ImportLibrary="$(IntDir)\$(TargetName).lib"
 
39
        />
 
40
</VisualStudioPropertySheet>