aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/groovie.vcproj
diff options
context:
space:
mode:
authorTravis Howell2009-07-10 00:07:26 +0000
committerTravis Howell2009-07-10 00:07:26 +0000
commit4e99bee142899dae1385210012dd34453920fe54 (patch)
tree1ff2f4e640b6aa7cbe8e35b887e55c6c3e063de8 /dists/msvc8/groovie.vcproj
parentff208c5387a8566546a384afa9ab48c0a1f356a0 (diff)
parente8e9b882275b8dc5d77db3b1faaf30466c7b7a31 (diff)
downloadscummvm-rg350-4e99bee142899dae1385210012dd34453920fe54.tar.gz
scummvm-rg350-4e99bee142899dae1385210012dd34453920fe54.tar.bz2
scummvm-rg350-4e99bee142899dae1385210012dd34453920fe54.zip
Merged revisions 42277-42278,42286-42290,42292-42293,42297,42300-42301,42303,42305-42306 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk ........ r42277 | drmccoy | 2009-07-09 12:54:10 +1000 (Thu, 09 Jul 2009) | 1 line Giving Font its own real class ........ r42278 | dreammaster | 2009-07-09 13:07:30 +1000 (Thu, 09 Jul 2009) | 1 line Changed the status of the cruise engine to be enabled by default ........ r42286 | drmccoy | 2009-07-09 19:39:51 +1000 (Thu, 09 Jul 2009) | 1 line Warn instead of crash when a video frame part was found although the header says there's no video ........ r42287 | thebluegr | 2009-07-09 23:17:46 +1000 (Thu, 09 Jul 2009) | 1 line Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming changes to the MSVC project files (sound/iff.* produces iff.obj, which clashes with iff.obj from graphics/iff.*) ........ r42288 | thebluegr | 2009-07-10 01:12:35 +1000 (Fri, 10 Jul 2009) | 3 lines - Rewrote and greatly simplified the MSVC8 and MSVC9 project files so that they use common compilation properties, based on patch #2774908. These common properties make it much simpler to change options and compilation defines globally, similar to how GCC *.mk files do. Also, this fixes problems where an ENABLE_* define was set for one project file but not another (like the situation in revisions 42257 and 42259). It's now much easier to construct a tool which will create the project files dynamically. - Dropped support for MSVC7 and MSVC7.1 for now (as they don't support common compilation properties and it's no longer easy to construct them from the MSVC8 ones) - hopefully, they will return in the future, once we got a more sophisticated tool to create them - Simplified the MSVC9 <-> MSVC8 conversion tools a bit ........ r42289 | thebluegr | 2009-07-10 01:15:49 +1000 (Fri, 10 Jul 2009) | 1 line Reverted commit #42257, as the original issue was with the compilation process of MSVC and the ENABLE_* checks work correctly ........ r42290 | thebluegr | 2009-07-10 01:17:45 +1000 (Fri, 10 Jul 2009) | 1 line Added proper safeguards for shorten.*, thereby fixing commit 42259 ........ r42292 | lordhoto | 2009-07-10 01:32:06 +1000 (Fri, 10 Jul 2009) | 1 line Cleanup. ........ r42293 | lordhoto | 2009-07-10 01:32:25 +1000 (Fri, 10 Jul 2009) | 1 line Cleanup rollDice (the results of the old and the new function are almost identical). ........ r42297 | thebluegr | 2009-07-10 01:46:26 +1000 (Fri, 10 Jul 2009) | 1 line restAdjust should be a signed integer. Fixes crashes with SCI1 games that take absolute lofs parameters (a regression of commit #42260) ........ r42300 | thebluegr | 2009-07-10 01:54:18 +1000 (Fri, 10 Jul 2009) | 1 line Applied patch #2818845 - "SCI: resource.map detection for SCI1/1.1 fixed", with some slight formatting changes ........ r42301 | lordhoto | 2009-07-10 01:59:20 +1000 (Fri, 10 Jul 2009) | 1 line Fix wrong format arugment. ........ r42303 | lordhoto | 2009-07-10 02:16:08 +1000 (Fri, 10 Jul 2009) | 1 line By comparing the commit log of r42300, it seems that "off" was renamed to "lastDirectoryOffset". I changed the SCI32 specific code to use that now. I can't assure this is anyhow correct, so anyone with knowledge of this code please check it. ........ r42305 | lordhoto | 2009-07-10 02:23:22 +1000 (Fri, 10 Jul 2009) | 1 line Add fixme about SCI32 specific code. ........ r42306 | lordhoto | 2009-07-10 02:24:59 +1000 (Fri, 10 Jul 2009) | 1 line Oops specify the correct revsision number in the fixme. ........ svn-id: r42318
Diffstat (limited to 'dists/msvc8/groovie.vcproj')
-rw-r--r--dists/msvc8/groovie.vcproj298
1 files changed, 32 insertions, 266 deletions
diff --git a/dists/msvc8/groovie.vcproj b/dists/msvc8/groovie.vcproj
index e6e7e792ba..f62cef0f94 100644
--- a/dists/msvc8/groovie.vcproj
+++ b/dists/msvc8/groovie.vcproj
@@ -8,275 +8,41 @@
Keyword="Win32Proj"
>
<Platforms>
- <Platform
- Name="Win32"
- />
+ <Platform Name="Win32" />
</Platforms>
- <ToolFiles>
- </ToolFiles>
<Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="groovie_Debug"
- IntermediateDirectory="groovie_Debug"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
- Optimization="0"
- AdditionalIncludeDirectories="../..;../../engines"
- PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS; ENABLE_RGB_COLOR; GROOVIE_EXPERIMENTAL"
- MinimalRebuild="true"
- ExceptionHandling="1"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- BufferSecurityCheck="true"
- EnableFunctionLevelLinking="true"
- ForceConformanceInForLoopScope="true"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- WarnAsError="false"
- SuppressStartupBanner="false"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/groovie.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="groovie_Release"
- IntermediateDirectory="groovie_Release"
- ConfigurationType="4"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
- Optimization="3"
- InlineFunctionExpansion="2"
- OmitFramePointers="true"
- AdditionalIncludeDirectories="../../;../../engines"
- PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
- StringPooling="true"
- ExceptionHandling="1"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="false"
- ForceConformanceInForLoopScope="true"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- WarnAsError="true"
- DebugInformationFormat="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/groovie.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
+ <Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops" />
+ <Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops" />
</Configurations>
- <References>
- </References>
<Files>
- <File
- RelativePath="..\..\engines\groovie\cell.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\cell.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\cursor.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\cursor.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\debug.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\debug.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\detection.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\font.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\font.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\graphics.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\graphics.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\groovie.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\groovie.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\lzss.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\lzss.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\music.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\music.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\player.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\player.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\resource.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\resource.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\roq.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\roq.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\saveload.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\saveload.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\script.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\script.h"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\vdx.cpp"
- >
- </File>
- <File
- RelativePath="..\..\engines\groovie\vdx.h"
- >
- </File>
+ <File RelativePath="..\..\engines\groovie\cell.cpp" />
+ <File RelativePath="..\..\engines\groovie\cell.h" />
+ <File RelativePath="..\..\engines\groovie\cursor.cpp" />
+ <File RelativePath="..\..\engines\groovie\cursor.h" />
+ <File RelativePath="..\..\engines\groovie\debug.cpp" />
+ <File RelativePath="..\..\engines\groovie\debug.h" />
+ <File RelativePath="..\..\engines\groovie\detection.cpp" />
+ <File RelativePath="..\..\engines\groovie\font.cpp" />
+ <File RelativePath="..\..\engines\groovie\font.h" />
+ <File RelativePath="..\..\engines\groovie\graphics.cpp" />
+ <File RelativePath="..\..\engines\groovie\graphics.h" />
+ <File RelativePath="..\..\engines\groovie\groovie.cpp" />
+ <File RelativePath="..\..\engines\groovie\groovie.h" />
+ <File RelativePath="..\..\engines\groovie\lzss.cpp" />
+ <File RelativePath="..\..\engines\groovie\lzss.h" />
+ <File RelativePath="..\..\engines\groovie\music.cpp" />
+ <File RelativePath="..\..\engines\groovie\music.h" />
+ <File RelativePath="..\..\engines\groovie\player.cpp" />
+ <File RelativePath="..\..\engines\groovie\player.h" />
+ <File RelativePath="..\..\engines\groovie\resource.cpp" />
+ <File RelativePath="..\..\engines\groovie\resource.h" />
+ <File RelativePath="..\..\engines\groovie\roq.cpp" />
+ <File RelativePath="..\..\engines\groovie\roq.h" />
+ <File RelativePath="..\..\engines\groovie\saveload.cpp" />
+ <File RelativePath="..\..\engines\groovie\saveload.h" />
+ <File RelativePath="..\..\engines\groovie\script.cpp" />
+ <File RelativePath="..\..\engines\groovie\script.h" />
+ <File RelativePath="..\..\engines\groovie\vdx.cpp" />
+ <File RelativePath="..\..\engines\groovie\vdx.h" />
</Files>
- <Globals>
- </Globals>
</VisualStudioProject>