Ticket #9011: mvc9.patch

File mvc9.patch, 77.5 KB (added by SF/nolange, 15 years ago)

Patch against trunk

  • scummvm/dists/msvc9/queen.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="queen_Debug"
    22                         IntermediateDirectory="queen_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/queen.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="queen_Release"
    95                         IntermediateDirectory="queen_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/queen.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/cine.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="cine_Debug"
    22                         IntermediateDirectory="cine_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/cine.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="cine_Release"
    95                         IntermediateDirectory="cine_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/cine.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/sci.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="sci_Debug"
    22                         IntermediateDirectory="sci_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="false"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/sci.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="sci_Release"
    95                         IntermediateDirectory="sci_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/sci.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/sword1.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="sword1_Debug"
    22                         IntermediateDirectory="sword1_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/sword1.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="sword1_Release"
    95                         IntermediateDirectory="sword1_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/sword1.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/sword2.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="sword2_Debug"
    22                         IntermediateDirectory="sword2_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/sword2.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="sword2_Release"
    95                         IntermediateDirectory="sword2_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/sword2.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/m4.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="m4_Debug"
    22                         IntermediateDirectory="m4_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/m4.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="m4_Release"
    95                         IntermediateDirectory="m4_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/m4.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/ScummVM_Global.vsprops

     
     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)"
     7        IntermediateDirectory="$(ConfigurationName)/$(ProjectName)"
     8        >
     9        <Tool
     10                Name="VCCLCompilerTool"
     11                AdditionalIncludeDirectories="../..;../../engines"
     12                PreprocessorDefinitions="USE_NASM;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_MPEG2;USE_MT32EMU"
     13                ExceptionHandling="0"
     14                RuntimeTypeInfo="false"
     15                WarningLevel="4"
     16                WarnAsError="true"
     17                CompileAs="0"
     18        />
     19        <Tool
     20                Name="VCLibrarianTool"
     21                IgnoreDefaultLibraryNames=""
     22        />
     23        <Tool
     24                Name="VCLinkerTool"
     25                IgnoreDefaultLibraryNames=""
     26                SubSystem="1"
     27                EntryPointSymbol="WinMainCRTStartup"
     28        />
     29</VisualStudioPropertySheet>
  • scummvm/dists/msvc9/scumm.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="scumm_Debug"
    22                         IntermediateDirectory="scumm_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;ENABLE_SCUMM_7_8;ENABLE_HE;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
     42                                PreprocessorDefinitions="ENABLE_SCUMM_7_8;ENABLE_HE"
    6243                        />
    6344                        <Tool
    6445                                Name="VCManagedResourceCompilerTool"
     
    7152                        />
    7253                        <Tool
    7354                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/scumm.lib"
     55                                IgnoreDefaultLibraryNames="libcmt.lib;libc.lib;libcd.lib;msvcrtd.lib;MSVCRT.lib"
    7556                        />
    7657                        <Tool
    7758                                Name="VCALinkTool"
     
    9172                </Configuration>
    9273                <Configuration
    9374                        Name="Release|Win32"
    94                         OutputDirectory="scumm_Release"
    95                         IntermediateDirectory="scumm_Release"
    9675                        ConfigurationType="4"
     76                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9777                        CharacterSet="2"
    9878                        WholeProgramOptimization="1"
    9979                        >
     
    11494                        />
    11595                        <Tool
    11696                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;ENABLE_SCUMM_7_8;ENABLE_HE;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
     97                                PreprocessorDefinitions="ENABLE_SCUMM_7_8;ENABLE_HE"
    13698                        />
    13799                        <Tool
    138100                                Name="VCManagedResourceCompilerTool"
     
    145107                        />
    146108                        <Tool
    147109                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/scumm.lib"
     110                                IgnoreDefaultLibraryNames="libcmtd.lib;libc.lib;libcd.lib;msvcrtd.lib;MSVCRT.lib"
    149111                        />
    150112                        <Tool
    151113                                Name="VCALinkTool"
     
    179141                                >
    180142                        </File>
    181143                        <File
    182                                 RelativePath="..\..\engines\scumm\smush\chunk_type.h"
    183                                 >
    184                         </File>
    185                         <File
    186144                                RelativePath="..\..\engines\scumm\smush\codec1.cpp"
    187145                                >
    188146                        </File>
     
    732690                        >
    733691                </File>
    734692                <File
     693                        RelativePath="..\..\engines\scumm\script_v3.cpp"
     694                        >
     695                </File>
     696                <File
     697                        RelativePath="..\..\engines\scumm\script_v4.cpp"
     698                        >
     699                </File>
     700                <File
    735701                        RelativePath="..\..\engines\scumm\script_v5.cpp"
    736702                        >
    737703                </File>
  • scummvm/dists/msvc9/touche.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="touche_Debug"
    22                         IntermediateDirectory="touche_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/touche.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="touche_Release"
    95                         IntermediateDirectory="touche_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/touche.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/scummvm.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="scummvm_Debug"
    22                         IntermediateDirectory="scummvm_Debug"
    2321                        ConfigurationType="1"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;USE_MT32EMU;ENABLE_AGI;ENABLE_AGOS;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_SCI;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER;ENABLE_GROOVIE"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 RuntimeTypeInfo="true"
    57                                 UsePrecompiledHeader="0"
    58                                 WarningLevel="4"
    59                                 WarnAsError="true"
    60                                 SuppressStartupBanner="false"
    61                                 Detect64BitPortabilityProblems="false"
    62                                 DebugInformationFormat="4"
     42                                PreprocessorDefinitions="ENABLE_AGI;ENABLE_AGOS;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_SCI;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER;ENABLE_GROOVIE"
    6343                        />
    6444                        <Tool
    6545                                Name="VCManagedResourceCompilerTool"
     
    7252                        />
    7353                        <Tool
    7454                                Name="VCLinkerTool"
    75                                 AdditionalDependencies="winmm.lib sdl.lib zlib.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib sword1_debug/sword1.lib sword2_debug/sword2.lib lure_debug/lure.lib cine_debug/cine.lib cruise_debug/cruise.lib igor_debug/igor.lib kyra_debug/kyra.lib gob_debug/gob.lib queen_debug/queen.lib saga_debug/saga.lib agi_debug/agi.lib scumm_debug/scumm.lib agos_debug/agos.lib drascula_debug/drascula.lib sky_debug/sky.lib sci_debug/sci.lib parallaction_debug/parallaction.lib m4_debug/m4.lib made_debug/made.lib tinsel_Debug/tinsel.lib tucker_Debug/tucker.lib groovie_Debug/groovie.lib"
    76                                 OutputFile="$(OutDir)/scummvm.exe"
    77                                 LinkIncremental="2"
     55                                AdditionalDependencies="winmm.lib sdl.lib zlib.lib libFLAC_static.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib"
    7856                                IgnoreDefaultLibraryNames="libc.lib;libcmt.lib"
    79                                 GenerateDebugInformation="true"
    80                                 ProgramDatabaseFile="$(OutDir)/scummvm.pdb"
    81                                 SubSystem="1"
    8257                                EntryPointSymbol="WinMainCRTStartup"
    83                                 RandomizedBaseAddress="1"
    84                                 DataExecutionPrevention="0"
    8558                                TargetMachine="1"
    8659                        />
    8760                        <Tool
     
    10881                </Configuration>
    10982                <Configuration
    11083                        Name="Release|Win32"
    111                         OutputDirectory="scummvm_Release"
    112                         IntermediateDirectory="scummvm_Release"
    11384                        ConfigurationType="1"
     85                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    11486                        CharacterSet="2"
    11587                        WholeProgramOptimization="1"
    11688                        >
     
    131103                        />
    132104                        <Tool
    133105                                Name="VCCLCompilerTool"
    134                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    135                                 Optimization="3"
    136                                 InlineFunctionExpansion="2"
    137                                 EnableIntrinsicFunctions="true"
    138                                 FavorSizeOrSpeed="2"
    139                                 OmitFramePointers="true"
    140                                 AdditionalIncludeDirectories="../../;../../engines"
    141                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU;ENABLE_AGI;ENABLE_AGOS;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_SCI;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER;ENABLE_GROOVIE"
    142                                 StringPooling="true"
    143                                 MinimalRebuild="false"
    144                                 ExceptionHandling="1"
    145                                 RuntimeLibrary="0"
    146                                 BufferSecurityCheck="false"
    147                                 EnableFunctionLevelLinking="false"
    148                                 DisableLanguageExtensions="false"
    149                                 ForceConformanceInForLoopScope="true"
    150                                 RuntimeTypeInfo="true"
    151                                 UsePrecompiledHeader="0"
    152                                 WarningLevel="4"
    153                                 WarnAsError="true"
    154                                 DebugInformationFormat="0"
     106                                PreprocessorDefinitions="ENABLE_AGI;ENABLE_AGOS;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_SCI;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER;ENABLE_GROOVIE"
    155107                        />
    156108                        <Tool
    157109                                Name="VCManagedResourceCompilerTool"
     
    164116                        />
    165117                        <Tool
    166118                                Name="VCLinkerTool"
    167                                 AdditionalDependencies="winmm.lib sdl.lib zlib.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib saga_release/saga.lib agi_release/agi.lib sword1_release/sword1.lib sword2_release/sword2.lib lure_release/lure.lib cine_release/cine.lib cruise_release/cruise.lib igor_release/igor.lib kyra_release/kyra.lib gob_release/gob.lib queen_release/queen.lib scumm_release/scumm.lib agos_release/agos.lib sky_release/sky.lib sci_release/sci.lib drascula_release/drascula.lib parallaction_release/parallaction.lib m4_release/m4.lib made_release/made.lib tinsel_release/tinsel.lib tucker_release/tucker.lib groovie_release/groovie.lib"
    168                                 OutputFile="$(OutDir)/scummvm.exe"
    169                                 LinkIncremental="1"
    170                                 SuppressStartupBanner="true"
     119                                AdditionalDependencies="winmm.lib sdl.lib zlib.lib libFLAC_static.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib"
    171120                                IgnoreDefaultLibraryNames="libc.lib"
    172                                 GenerateDebugInformation="false"
    173121                                SubSystem="1"
    174                                 OptimizeReferences="2"
    175                                 EnableCOMDATFolding="2"
    176122                                EntryPointSymbol="WinMainCRTStartup"
    177                                 RandomizedBaseAddress="1"
    178                                 DataExecutionPrevention="0"
    179123                                TargetMachine="1"
    180124                        />
    181125                        <Tool
     
    14281372                                                >
    14291373                                                <Tool
    14301374                                                        Name="VCCustomBuildTool"
    1431                                                         CommandLine="nasm.exe -f win32 -g -o &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
    1432                                                         Outputs="$(OutDir)\$(InputName).obj"
     1375                                                        Description="Nasm compiling &quot;$(InputFileName)&quot;"
     1376                                                        CommandLine="nasm.exe -f win32 -g -o &quot;$(IntDir)/$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
     1377                                                        Outputs="$(IntDir)/$(InputName).obj"
    14331378                                                />
    14341379                                        </FileConfiguration>
    14351380                                        <FileConfiguration
     
    14371382                                                >
    14381383                                                <Tool
    14391384                                                        Name="VCCustomBuildTool"
    1440                                                         CommandLine="nasm.exe  -f win32 -o &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
    1441                                                         Outputs="$(OutDir)\$(InputName).obj"
     1385                                                        Description="Nasm compiling &quot;$(InputFileName)&quot;"
     1386                                                        CommandLine="nasm.exe -f win32 -g -o &quot;$(IntDir)/$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
     1387                                                        Outputs="$(IntDir)/$(InputName).obj"
    14421388                                                />
    14431389                                        </FileConfiguration>
    14441390                                </File>
     
    14581404                                                >
    14591405                                                <Tool
    14601406                                                        Name="VCCustomBuildTool"
    1461                                                         CommandLine="nasm.exe -f win32 -g -o &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
    1462                                                         Outputs="$(OutDir)\$(InputName).obj"
     1407                                                        Description="Nasm compiling &quot;$(InputFileName)&quot;"
     1408                                                        CommandLine="nasm.exe -f win32 -g -o &quot;$(IntDir)/$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
     1409                                                        Outputs="$(IntDir)/$(InputName).obj"
    14631410                                                />
    14641411                                        </FileConfiguration>
    14651412                                        <FileConfiguration
     
    14671414                                                >
    14681415                                                <Tool
    14691416                                                        Name="VCCustomBuildTool"
    1470                                                         CommandLine="nasm.exe -f win32 -o &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
    1471                                                         Outputs="$(OutDir)\$(InputName).obj"
     1417                                                        Description="Nasm compiling &quot;$(InputFileName)&quot;"
     1418                                                        CommandLine="nasm.exe -f win32 -g -o &quot;$(IntDir)/$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
     1419                                                        Outputs="$(IntDir)/$(InputName).obj"
    14721420                                                />
    14731421                                        </FileConfiguration>
    14741422                                </File>
  • scummvm/dists/msvc9/agos.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="agos_Debug"
    22                         IntermediateDirectory="agos_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="false"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/agos.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="agos_Release"
    95                         IntermediateDirectory="agos_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/agos.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/cruise.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="cruise_Debug"
    22                         IntermediateDirectory="cruise_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/cruise.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="cruise_Release"
    95                         IntermediateDirectory="cruise_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/cruise.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/tucker.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="tucker_Debug"
    22                         IntermediateDirectory="tucker_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/tucker.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="tucker_Release"
    95                         IntermediateDirectory="tucker_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/tucker.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/tinsel.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="tinsel_Debug"
    22                         IntermediateDirectory="tinsel_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    6142                                DebugInformationFormat="3"
    6243                        />
    6344                        <Tool
     
    7152                        />
    7253                        <Tool
    7354                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/tinsel.lib"
    7555                        />
    7656                        <Tool
    7757                                Name="VCALinkTool"
     
    9171                </Configuration>
    9272                <Configuration
    9373                        Name="Release|Win32"
    94                         OutputDirectory="tinsel_Release"
    95                         IntermediateDirectory="tinsel_Release"
    9674                        ConfigurationType="4"
     75                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9776                        CharacterSet="2"
    9877                        WholeProgramOptimization="1"
    9978                        >
     
    11493                        />
    11594                        <Tool
    11695                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13696                        />
    13797                        <Tool
    13898                                Name="VCManagedResourceCompilerTool"
     
    145105                        />
    146106                        <Tool
    147107                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/tinsel.lib"
    149108                        />
    150109                        <Tool
    151110                                Name="VCALinkTool"
  • scummvm/dists/msvc9/drascula.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="drascula_Debug"
    22                         IntermediateDirectory="drascula_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/drascula.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="drascula_Release"
    95                         IntermediateDirectory="drascula_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/drascula.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/igor.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="igor_Debug"
    22                         IntermediateDirectory="igor_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/igor.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="igor_Release"
    95                         IntermediateDirectory="igor_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/igor.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/agi.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="agi_Debug"
    22                         IntermediateDirectory="agi_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/agi.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="agi_Release"
    95                         IntermediateDirectory="agi_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/agi.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/ScummVM_Release.vsprops

     
     1<?xml version="1.0" encoding="Windows-1252"?>
     2<VisualStudioPropertySheet
     3        ProjectType="Visual C++"
     4        Version="8.00"
     5        Name="ScummVM_Release32"
     6        InheritedPropertySheets=".\ScummVM_Global.vsprops"
     7        >
     8        <Tool
     9                Name="VCCLCompilerTool"
     10                Optimization="1"
     11                EnableIntrinsicFunctions="true"
     12                WholeProgramOptimization="true"
     13                PreprocessorDefinitions="WIN32"
     14                StringPooling="true"
     15                BufferSecurityCheck="false"
     16                DebugInformationFormat="0"
     17        />
     18        <Tool
     19                Name="VCLinkerTool"
     20                LinkIncremental="1"
     21                IgnoreDefaultLibraryNames=""
     22                LinkTimeCodeGeneration="1"
     23                SetChecksum="true"
     24                RandomizedBaseAddress="1"
     25        />
     26</VisualStudioPropertySheet>
  • scummvm/dists/msvc9/made.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="made_Debug"
    22                         IntermediateDirectory="made_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/made.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="made_Release"
    95                         IntermediateDirectory="made_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/made.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/kyra.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="kyra_Debug"
    22                         IntermediateDirectory="kyra_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;ENABLE_LOL"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
     42                                PreprocessorDefinitions="ENABLE_LOL"
    6243                        />
    6344                        <Tool
    6445                                Name="VCManagedResourceCompilerTool"
     
    7152                        />
    7253                        <Tool
    7354                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/kyra.lib"
    7555                        />
    7656                        <Tool
    7757                                Name="VCALinkTool"
     
    9171                </Configuration>
    9272                <Configuration
    9373                        Name="Release|Win32"
    94                         OutputDirectory="kyra_Release"
    95                         IntermediateDirectory="kyra_Release"
    9674                        ConfigurationType="4"
     75                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9776                        CharacterSet="2"
    9877                        WholeProgramOptimization="1"
    9978                        >
     
    11493                        />
    11594                        <Tool
    11695                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;ENABLE_LOL"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
     96                                PreprocessorDefinitions="ENABLE_LOL"
    13697                        />
    13798                        <Tool
    13899                                Name="VCManagedResourceCompilerTool"
     
    145106                        />
    146107                        <Tool
    147108                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/kyra.lib"
    149109                        />
    150110                        <Tool
    151111                                Name="VCALinkTool"
  • scummvm/dists/msvc9/sky.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="sky_Debug"
    22                         IntermediateDirectory="sky_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/sky.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="sky_Release"
    95                         IntermediateDirectory="sky_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/sky.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/ScummVM_Debug.vsprops

     
     1<?xml version="1.0" encoding="Windows-1252"?>
     2<VisualStudioPropertySheet
     3        ProjectType="Visual C++"
     4        Version="8.00"
     5        Name="ScummVM_Debug32"
     6        InheritedPropertySheets=".\ScummVM_Global.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="4"
     18        />
     19        <Tool
     20                Name="VCLinkerTool"
     21                LinkIncremental="2"
     22                IgnoreDefaultLibraryNames=""
     23                GenerateDebugInformation="true"
     24                EntryPointSymbol=""
     25        />
     26</VisualStudioPropertySheet>
  • scummvm/dists/msvc9/lure.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="lure_Debug"
    22                         IntermediateDirectory="lure_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/lure.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="lure_Release"
    95                         IntermediateDirectory="lure_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/lure.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/gob.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="gob_Debug"
    22                         IntermediateDirectory="gob_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/gob.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="gob_Release"
    95                         IntermediateDirectory="gob_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/gob.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/parallaction.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="parallaction_Debug"
    22                         IntermediateDirectory="parallaction_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
    6242                        />
    6343                        <Tool
    6444                                Name="VCManagedResourceCompilerTool"
     
    7151                        />
    7252                        <Tool
    7353                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/parallaction.lib"
    7554                        />
    7655                        <Tool
    7756                                Name="VCALinkTool"
     
    9170                </Configuration>
    9271                <Configuration
    9372                        Name="Release|Win32"
    94                         OutputDirectory="parallaction_Release"
    95                         IntermediateDirectory="parallaction_Release"
    9673                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9775                        CharacterSet="2"
    9876                        WholeProgramOptimization="1"
    9977                        >
     
    11492                        />
    11593                        <Tool
    11694                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
    13695                        />
    13796                        <Tool
    13897                                Name="VCManagedResourceCompilerTool"
     
    145104                        />
    146105                        <Tool
    147106                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/parallaction.lib"
    149107                        />
    150108                        <Tool
    151109                                Name="VCALinkTool"
  • scummvm/dists/msvc9/groovie.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="groovie_Debug"
    22                         IntermediateDirectory="groovie_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 AdditionalIncludeDirectories="../..;../../engines"
    46                                 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    47                                 MinimalRebuild="true"
    48                                 ExceptionHandling="1"
    49                                 BasicRuntimeChecks="3"
    50                                 RuntimeLibrary="1"
    51                                 BufferSecurityCheck="true"
    52                                 EnableFunctionLevelLinking="true"
    53                                 ForceConformanceInForLoopScope="true"
    54                                 UsePrecompiledHeader="0"
    55                                 WarningLevel="4"
    56                                 WarnAsError="false"
    57                                 SuppressStartupBanner="false"
    58                                 DebugInformationFormat="4"
    5942                        />
    6043                        <Tool
    6144                                Name="VCManagedResourceCompilerTool"
     
    6851                        />
    6952                        <Tool
    7053                                Name="VCLibrarianTool"
    71                                 OutputFile="$(OutDir)/groovie.lib"
    7254                        />
    7355                        <Tool
    7456                                Name="VCALinkTool"
     
    8870                </Configuration>
    8971                <Configuration
    9072                        Name="Release|Win32"
    91                         OutputDirectory="groovie_Release"
    92                         IntermediateDirectory="groovie_Release"
    9373                        ConfigurationType="4"
     74                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9475                        CharacterSet="2"
    9576                        WholeProgramOptimization="1"
    9677                        >
     
    11192                        />
    11293                        <Tool
    11394                                Name="VCCLCompilerTool"
    114                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    115                                 Optimization="3"
    116                                 InlineFunctionExpansion="2"
    117                                 OmitFramePointers="true"
    118                                 AdditionalIncludeDirectories="../../;../../engines"
    119                                 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
    120                                 StringPooling="true"
    121                                 ExceptionHandling="1"
    122                                 RuntimeLibrary="0"
    123                                 BufferSecurityCheck="false"
    124                                 EnableFunctionLevelLinking="false"
    125                                 ForceConformanceInForLoopScope="true"
    126                                 UsePrecompiledHeader="0"
    127                                 WarningLevel="4"
    128                                 WarnAsError="true"
    129                                 DebugInformationFormat="0"
    13095                        />
    13196                        <Tool
    13297                                Name="VCManagedResourceCompilerTool"
     
    139104                        />
    140105                        <Tool
    141106                                Name="VCLibrarianTool"
    142                                 OutputFile="$(OutDir)/groovie.lib"
    143107                        />
    144108                        <Tool
    145109                                Name="VCALinkTool"
     
    260224                <File
    261225                        RelativePath="..\..\engines\groovie\saveload.h"
    262226                        >
    263                 </File>         
     227                </File>
    264228                <File
    265229                        RelativePath="..\..\engines\groovie\script.cpp"
    266230                        >
  • scummvm/dists/msvc9/saga.vcproj

     
    1818        <Configurations>
    1919                <Configuration
    2020                        Name="Debug|Win32"
    21                         OutputDirectory="saga_Debug"
    22                         IntermediateDirectory="saga_Debug"
    2321                        ConfigurationType="4"
     22                        InheritedPropertySheets=".\ScummVM_Debug.vsprops"
    2423                        CharacterSet="2"
    2524                        >
    2625                        <Tool
     
    4039                        />
    4140                        <Tool
    4241                                Name="VCCLCompilerTool"
    43                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    44                                 Optimization="0"
    45                                 InlineFunctionExpansion="0"
    46                                 AdditionalIncludeDirectories="../../;../../engines"
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;ENABLE_IHNM;ENABLE_SAGA2;USE_ZLIB;USE_MAD;USE_VORBIS"
    48                                 MinimalRebuild="true"
    49                                 ExceptionHandling="1"
    50                                 BasicRuntimeChecks="3"
    51                                 RuntimeLibrary="1"
    52                                 BufferSecurityCheck="true"
    53                                 EnableFunctionLevelLinking="true"
    54                                 DisableLanguageExtensions="false"
    55                                 ForceConformanceInForLoopScope="true"
    56                                 UsePrecompiledHeader="0"
    57                                 WarningLevel="4"
    58                                 WarnAsError="true"
    59                                 SuppressStartupBanner="false"
    60                                 Detect64BitPortabilityProblems="false"
    61                                 DebugInformationFormat="4"
     42                                PreprocessorDefinitions="ENABLE_IHNM;ENABLE_SAGA2"
    6243                        />
    6344                        <Tool
    6445                                Name="VCManagedResourceCompilerTool"
     
    7152                        />
    7253                        <Tool
    7354                                Name="VCLibrarianTool"
    74                                 OutputFile="$(OutDir)/saga.lib"
    7555                        />
    7656                        <Tool
    7757                                Name="VCALinkTool"
     
    9171                </Configuration>
    9272                <Configuration
    9373                        Name="Release|Win32"
    94                         OutputDirectory="saga_Release"
    95                         IntermediateDirectory="saga_Release"
    9674                        ConfigurationType="4"
     75                        InheritedPropertySheets=".\ScummVM_Release.vsprops"
    9776                        CharacterSet="2"
    9877                        WholeProgramOptimization="1"
    9978                        >
     
    11493                        />
    11594                        <Tool
    11695                                Name="VCCLCompilerTool"
    117                                 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
    118                                 Optimization="3"
    119                                 InlineFunctionExpansion="2"
    120                                 EnableIntrinsicFunctions="true"
    121                                 FavorSizeOrSpeed="2"
    122                                 OmitFramePointers="true"
    123                                 AdditionalIncludeDirectories="../../;../../engines"
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;ENABLE_IHNM;ENABLE_SAGA2;USE_ZLIB;USE_MAD;USE_VORBIS"
    125                                 StringPooling="true"
    126                                 ExceptionHandling="1"
    127                                 RuntimeLibrary="0"
    128                                 BufferSecurityCheck="false"
    129                                 EnableFunctionLevelLinking="false"
    130                                 DisableLanguageExtensions="false"
    131                                 ForceConformanceInForLoopScope="true"
    132                                 UsePrecompiledHeader="0"
    133                                 WarningLevel="4"
    134                                 WarnAsError="true"
    135                                 DebugInformationFormat="0"
     96                                PreprocessorDefinitions="ENABLE_IHNM;ENABLE_SAGA2"
    13697                        />
    13798                        <Tool
    13899                                Name="VCManagedResourceCompilerTool"
     
    145106                        />
    146107                        <Tool
    147108                                Name="VCLibrarianTool"
    148                                 OutputFile="$(OutDir)/saga.lib"
    149109                        />
    150110                        <Tool
    151111                                Name="VCALinkTool"
  • scummvm/sound/softsynth/mt32/mt32emu.h

     
    2222#ifndef MT32EMU_MT32EMU_H
    2323#define MT32EMU_MT32EMU_H
    2424
     25#include "../../../common/scummsys.h"
     26
    2527// Debugging
    2628// Show the instruments played
    2729#define MT32EMU_MONITOR_INSTRUMENTS 1
  • scummvm/common/scummsys.h

     
    5454                #pragma warning( disable : 4610 ) // turn off "struct can never be instantiated - user defined constructor required"
    5555                #pragma warning( disable : 4701 ) // turn off "potentially uninitialized variables" warning
    5656                #pragma warning( disable : 4800 ) // turn off "forcing value to bool 'true' or 'false' (performance warning)"
     57                #pragma warning( disable : 4201 ) // turn off "nonstandard extension used : nameless struct/union"
     58                #pragma warning( disable : 4512 ) // turn off "'class' : assignment operator could not be generated"
     59                #pragma warning( disable : 4511 ) // turn off "'class' : copy constructor could not be generated"
     60                #pragma warning( disable : 4100 ) // turn off "'identifier' : unreferenced formal parameter"
     61                #pragma warning( disable : 4121 ) // turn off "'symbol' : alignment of a member was sensitive to packing"
     62                #pragma warning( disable : 4310 ) // turn off "cast truncates constant value"
     63                #pragma warning( disable : 4706 ) // turn off "assignment within conditional expression"
     64                #pragma warning( disable : 4127 ) // turn off "conditional expression is constant"
     65                #pragma warning( disable : 4189 ) // turn off "'identifier' : local variable is initialized but not referenced"
     66                #pragma warning( disable : 4702 ) // turn off "unreachable code"
     67                #pragma warning( disable : 4996 ) // turn off "'function': was declared deprecated"
    5768
     69                // VS2005 and later deprecate many standard library calls unless this is defined
     70                #define _CRT_SECURE_NO_WARNINGS 1
     71
     72
    5873                // vsnprintf is already defined in Visual Studio 2008
    5974                #if (_MSC_VER < 1500)
    6075                        #define vsnprintf _vsnprintf