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

« back to all changes in this revision

Viewing changes to dists/msvc8/ScummVM_Debug64.vsprops

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2012-01-14 11:39:15 UTC
  • mfrom: (21.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120114113915-hy9kyzbyncrqen3y
Tags: 1.4.1-1
* New upstream release
* Install translations.dat into scummvm-data    

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
                AdditionalOption=""
 
19
        />
 
20
        <Tool
 
21
                Name="VCLinkerTool"
 
22
                LinkIncremental="2"
 
23
                GenerateDebugInformation="true"
 
24
                IgnoreDefaultLibraryNames="libcmt.lib"
 
25
        />
 
26
</VisualStudioPropertySheet>