~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to dists/msvc9/ScummVM_Debug64.vsprops

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-05-25 19:02:23 UTC
  • mto: (21.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20110525190223-fiqm0oaec714xk31
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

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="ScummVM_Debug64"
6
 
        InheritedPropertySheets=".\ScummVM_Global64.vsprops"
7
 
        >
8
 
        <Tool
9
 
                Name="VCCLCompilerTool"
10
 
                Optimization="0"
11
 
                PreprocessorDefinitions="WIN32"
12
 
                MinimalRebuild="true"
13
 
                BasicRuntimeChecks="3"
14
 
                RuntimeLibrary="1"
15
 
                EnableFunctionLevelLinking="true"
16
 
                WarnAsError="false"
17
 
                DebugInformationFormat="3"
18
 
        />
19
 
        <Tool
20
 
                Name="VCLinkerTool"
21
 
                LinkIncremental="2"
22
 
                GenerateDebugInformation="true"
23
 
                IgnoreDefaultLibraryNames="libcmt.lib"
24
 
        />
25
 
</VisualStudioPropertySheet>
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioPropertySheet
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="ScummVM_Debug64"
 
6
        InheritedPropertySheets=".\ScummVM_Global64.vsprops"
 
7
        >
 
8
        <Tool
 
9
                Name="VCCLCompilerTool"
 
10
                Optimization="0"
 
11
                PreprocessorDefinitions="WIN32"
 
12
                MinimalRebuild="true"
 
13
                BasicRuntimeChecks="3"
 
14
                RuntimeLibrary="1"
 
15
                EnableFunctionLevelLinking="true"
 
16
                WarnAsError="false"
 
17
                DebugInformationFormat="3"
 
18
                AdditionalOption=""
 
19
        />
 
20
        <Tool
 
21
                Name="VCLinkerTool"
 
22
                LinkIncremental="2"
 
23
                GenerateDebugInformation="true"
 
24
                IgnoreDefaultLibraryNames="libcmt.lib"
 
25
        />
 
26
</VisualStudioPropertySheet>