aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/cine.vcproj
diff options
context:
space:
mode:
authorPaweł Kołodziejski2006-02-23 17:56:54 +0000
committerPaweł Kołodziejski2006-02-23 17:56:54 +0000
commitbd28334650ad49b5bb6c6e2a187841690585d9d6 (patch)
tree8db6dc5b4bef787a160880b33ed5111e04368746 /dists/msvc8/cine.vcproj
parent11f348dd6c4e9b6eea3ba314debe4fd621202c07 (diff)
downloadscummvm-rg350-bd28334650ad49b5bb6c6e2a187841690585d9d6.tar.gz
scummvm-rg350-bd28334650ad49b5bb6c6e2a187841690585d9d6.tar.bz2
scummvm-rg350-bd28334650ad49b5bb6c6e2a187841690585d9d6.zip
updated msvc7 project files
svn-id: r20830
Diffstat (limited to 'dists/msvc8/cine.vcproj')
-rw-r--r--dists/msvc8/cine.vcproj340
1 files changed, 340 insertions, 0 deletions
diff --git a/dists/msvc8/cine.vcproj b/dists/msvc8/cine.vcproj
new file mode 100644
index 0000000000..3faaf8f9d9
--- /dev/null
+++ b/dists/msvc8/cine.vcproj
@@ -0,0 +1,340 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="cine"
+ ProjectGUID="{1CA4AC50-5426-433A-8B5E-FFE39568098E}"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="cine_Debug"
+ IntermediateDirectory="cine_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"
+ 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)/cine.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="cine_Release"
+ IntermediateDirectory="cine_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="../..;../../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)/cine.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\cine\anim.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\anim.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\auto00.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\auto00.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\bg.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\bg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\bg_list.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\bg_list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\cine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\cine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\flip_support.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\flip_support.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\gfx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\gfx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\main_loop.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\main_loop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\msg.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\msg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\object.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\pal.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\pal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\part.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\part.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\prc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\prc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\rel.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\rel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\resource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\script.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\script.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\sfx_player.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\sfx_player.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\sound_driver.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\sound_driver.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\texte.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\texte.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\unpack.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\unpack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\various.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\cine\various.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>