aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/scumm.vcproj
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-09-04 15:17:58 +0000
committerPaweł Kołodziejski2004-09-04 15:17:58 +0000
commit1c94a93a2e0baf0c41ef01bf751593f99f7fa5ca (patch)
tree2bae52237fadc006e2046e78a55b1f9f236845d1 /dists/msvc8/scumm.vcproj
parent0901b17828fa5f74e622d0079f3c4501e846aaa8 (diff)
downloadscummvm-rg350-1c94a93a2e0baf0c41ef01bf751593f99f7fa5ca.tar.gz
scummvm-rg350-1c94a93a2e0baf0c41ef01bf751593f99f7fa5ca.tar.bz2
scummvm-rg350-1c94a93a2e0baf0c41ef01bf751593f99f7fa5ca.zip
added msvc8 project files
svn-id: r14895
Diffstat (limited to 'dists/msvc8/scumm.vcproj')
-rw-r--r--dists/msvc8/scumm.vcproj625
1 files changed, 625 insertions, 0 deletions
diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj
new file mode 100644
index 0000000000..bcf547a3e5
--- /dev/null
+++ b/dists/msvc8/scumm.vcproj
@@ -0,0 +1,625 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="scumm"
+ ProjectGUID="{B6AFD548-63D2-40CD-A652-E87095AFCBAF}"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="scumm_Debug"
+ IntermediateDirectory="scumm_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="../../;../../common"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="TRUE"
+ ExceptionHandling="1"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="TRUE"
+ EnableFunctionLevelLinking="TRUE"
+ ForceConformanceInForLoopScope="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="TRUE"
+ SuppressStartupBanner="FALSE"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/scumm.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="scumm_Release"
+ IntermediateDirectory="scumm_Release"
+ 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="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="TRUE"
+ ExceptionHandling="1"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="FALSE"
+ EnableFunctionLevelLinking="FALSE"
+ DisableLanguageExtensions="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)/scumm.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="smush"
+ >
+ <File
+ RelativePath="..\..\scumm\smush\channel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\chunk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\chunk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\chunk_type.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\codec1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\codec37.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\codec37.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\codec47.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\codec47.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\imuse_channel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\saud_channel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_mixer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_mixer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\smush\smush_player.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="imuse_digi"
+ >
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_bndmgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_bndmgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_codecs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_music.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_sndmgr.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_sndmgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_tables.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_digi\dimuse_track.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="insane"
+ >
+ <File
+ RelativePath="..\..\scumm\insane\insane.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\insane\insane.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\insane\insane_ben.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\insane\insane_enemy.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\insane\insane_iact.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\insane\insane_scenes.cpp"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\scumm\actor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\actor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\akos.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\akos.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\base-costume.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\base-costume.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\bomp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\bomp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\boxes.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\boxes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\camera.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\charset.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\charset.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\costume.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\costume.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\cursor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\debugger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\debugger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\dialogs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\dialogs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\gfx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\gfx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\help.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\help.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_internal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\imuse_player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\instrument.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\instrument.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\intern.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\midiparser_eup.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\midiparser_ro.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\music.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\nut_renderer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\nut_renderer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\palette.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_mod.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_mod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v2a.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v2a.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v3a.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\player_v3a.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource_v3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource_v4.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource_v7he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\resource_v7he.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\saveload.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\saveload.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v5.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v6.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v6he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v72he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v7he.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\script_v8.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\scumm-md5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\scumm.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\scumm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\string.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\usage_bits.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\usage_bits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\vars.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\verbs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\scumm\verbs.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>