Ticket #4579: vs2008grooviefix.patch

File vs2008grooviefix.patch, 1.1 KB (added by SF/aroenai, 15 years ago)

makes groovie load when built in release mode

  • dists/msvc9/groovie.vcproj

     
    1313        </Platforms>
    1414        <Configurations>
    1515                <Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops" />
    16                 <Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops" />
     16                <Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops">
     17                        <Tool
     18                                Name="VCCLCompilerTool"
     19                                AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
     20                                Optimization="3"
     21                                InlineFunctionExpansion="2"
     22                                OmitFramePointers="true"
     23                                ExceptionHandling="1"
     24                                RuntimeLibrary="0"
     25                                EnableFunctionLevelLinking="false"
     26                                ForceConformanceInForLoopScope="true"
     27                                UsePrecompiledHeader="0"
     28                        />
     29                </Configuration>
    1730        </Configurations>
    1831        <Files>
    1932                <File RelativePath="..\..\engines\groovie\cell.cpp" />