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

« back to all changes in this revision

Viewing changes to dists/msvc9/ScummVM_Global64.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_Global"
 
6
        OutputDirectory="$(ConfigurationName)64"
 
7
        IntermediateDirectory="$(ConfigurationName)64/$(ProjectName)"
 
8
        >
 
9
        <Tool
 
10
                Name="VCCLCompilerTool"
 
11
                DisableLanguageExtensions="true"
 
12
                DisableSpecificWarnings="4068;4100;4103;4127;4244;4250;4310;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;"
 
13
                AdditionalIncludeDirectories="..\..;..\..\engines;$(SCUMMVM_LIBS)\include;$(TargetDir)"
 
14
                PreprocessorDefinitions="USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_BINK;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_TASKBAR;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LOL;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TSAGE;ENABLE_TUCKER;WIN32;SDL_BACKEND"
 
15
                ExceptionHandling="0"
 
16
                RuntimeTypeInfo="false"
 
17
                WarningLevel="4"
 
18
                WarnAsError="false"
 
19
                CompileAs="0"
 
20
                />
 
21
        <Tool
 
22
                Name="VCLibrarianTool"
 
23
                IgnoreDefaultLibraryNames=""
 
24
        />
 
25
        <Tool
 
26
                Name="VCLinkerTool"
 
27
                IgnoreDefaultLibraryNames=""
 
28
                SubSystem="1"
 
29
                EntryPointSymbol="WinMainCRTStartup"
 
30
                AdditionalLibraryDirectories="$(SCUMMVM_LIBS)\lib\x64"
 
31
        />
 
32
        <Tool
 
33
                Name="VCResourceCompilerTool"
 
34
                AdditionalIncludeDirectories="..\.."
 
35
        />
 
36
</VisualStudioPropertySheet>