aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc7/saga.vcproj
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-03-22 21:26:05 +0000
committerPaweł Kołodziejski2004-03-22 21:26:05 +0000
commitb483b05016ee0520be16380d1bf2df14369f8670 (patch)
tree4ee1337052edc6170c43664596659ec20a0fa38b /dists/msvc7/saga.vcproj
parent89d159f9c8edaab92dbf2a45aa6644b5a16519dd (diff)
downloadscummvm-rg350-b483b05016ee0520be16380d1bf2df14369f8670.tar.gz
scummvm-rg350-b483b05016ee0520be16380d1bf2df14369f8670.tar.bz2
scummvm-rg350-b483b05016ee0520be16380d1bf2df14369f8670.zip
update
svn-id: r13363
Diffstat (limited to 'dists/msvc7/saga.vcproj')
-rw-r--r--dists/msvc7/saga.vcproj133
1 files changed, 133 insertions, 0 deletions
diff --git a/dists/msvc7/saga.vcproj b/dists/msvc7/saga.vcproj
new file mode 100644
index 0000000000..ddaa0217d5
--- /dev/null
+++ b/dists/msvc7/saga.vcproj
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding = "windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="saga"
+ ProjectGUID="{676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="saga_Debug"
+ IntermediateDirectory="saga_Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4702"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../;../../common"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ MinimalRebuild="TRUE"
+ ExceptionHandling="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="TRUE"
+ EnableFunctionLevelLinking="TRUE"
+ ForceConformanceInForLoopScope="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="TRUE"
+ SuppressStartupBanner="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/saga.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="saga_Release"
+ IntermediateDirectory="saga_Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="FALSE">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4702"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="../../;../../common"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ StringPooling="TRUE"
+ ExceptionHandling="TRUE"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="FALSE"
+ EnableFunctionLevelLinking="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ WarnAsError="TRUE"
+ DebugInformationFormat="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/saga.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <File
+ RelativePath="..\..\saga\binread.cpp">
+ </File>
+ <File
+ RelativePath="..\..\saga\binread.h">
+ </File>
+ <File
+ RelativePath="..\..\saga\gamedesc.cpp">
+ </File>
+ <File
+ RelativePath="..\..\saga\gamedesc.h">
+ </File>
+ <File
+ RelativePath="..\..\saga\gamedesc_priv.h">
+ </File>
+ <File
+ RelativePath="..\..\saga\resfile.cpp">
+ </File>
+ <File
+ RelativePath="..\..\saga\resfile.h">
+ </File>
+ <File
+ RelativePath="..\..\saga\resnames.h">
+ </File>
+ <File
+ RelativePath="..\..\saga\saga.cpp">
+ </File>
+ <File
+ RelativePath="..\..\saga\saga.h">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>