aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/agi.vcproj
diff options
context:
space:
mode:
authorPaweł Kołodziejski2006-05-23 23:43:52 +0000
committerPaweł Kołodziejski2006-05-23 23:43:52 +0000
commit107073537e4ad24e294e28a2a62f8d3ad33008ff (patch)
tree9eade8ff944f701d2676aa2ddd94e3585be9c813 /dists/msvc8/agi.vcproj
parent3a025038da6d351789d5daf29e4751678c47fed1 (diff)
downloadscummvm-rg350-107073537e4ad24e294e28a2a62f8d3ad33008ff.tar.gz
scummvm-rg350-107073537e4ad24e294e28a2a62f8d3ad33008ff.tar.bz2
scummvm-rg350-107073537e4ad24e294e28a2a62f8d3ad33008ff.zip
imported AGI engine
svn-id: r22588
Diffstat (limited to 'dists/msvc8/agi.vcproj')
-rw-r--r--dists/msvc8/agi.vcproj338
1 files changed, 338 insertions, 0 deletions
diff --git a/dists/msvc8/agi.vcproj b/dists/msvc8/agi.vcproj
new file mode 100644
index 0000000000..2091a577a3
--- /dev/null
+++ b/dists/msvc8/agi.vcproj
@@ -0,0 +1,338 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="agi"
+ ProjectGUID="{F5F57066-CDF4-4F80-B9E7-7F4D21850D6E}"
+ RootNamespace="agi"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="agi_Debug"
+ IntermediateDirectory="agi_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="false"
+ SuppressStartupBanner="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/agi.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="agi_Release"
+ IntermediateDirectory="agi_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="../../;../../common"
+ 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)/agi.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\engines\agi\agi.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\agi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\agi_v2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\agi_v3.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\checks.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\console.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\console.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\cycle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\font.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\global.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\graphics.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\graphics.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\id.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\inv.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\keyboard.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\keyboard.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\logic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\lzw.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\lzw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\menu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\motion.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\objects.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\op_cmd.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\op_dbg.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\op_test.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\opcodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\patches.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\picture.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\picture.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\savegame.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\savegame.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\sprite.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\sprite.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\text.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\text.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\view.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\view.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\engines\agi\words.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>