diff options
| author | Paweł Kołodziejski | 2004-03-22 21:26:05 +0000 |
|---|---|---|
| committer | Paweł Kołodziejski | 2004-03-22 21:26:05 +0000 |
| commit | b483b05016ee0520be16380d1bf2df14369f8670 (patch) | |
| tree | 4ee1337052edc6170c43664596659ec20a0fa38b /dists/msvc7 | |
| parent | 89d159f9c8edaab92dbf2a45aa6644b5a16519dd (diff) | |
| download | scummvm-rg350-b483b05016ee0520be16380d1bf2df14369f8670.tar.gz scummvm-rg350-b483b05016ee0520be16380d1bf2df14369f8670.tar.bz2 scummvm-rg350-b483b05016ee0520be16380d1bf2df14369f8670.zip | |
update
svn-id: r13363
Diffstat (limited to 'dists/msvc7')
| -rw-r--r-- | dists/msvc7/saga.vcproj | 133 | ||||
| -rw-r--r-- | dists/msvc7/scummvm.sln | 17 | ||||
| -rw-r--r-- | dists/msvc7/scummvm.vcproj | 39 | ||||
| -rw-r--r-- | dists/msvc7/sword1.vcproj | 4 |
4 files changed, 173 insertions, 20 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> diff --git a/dists/msvc7/scummvm.sln b/dists/msvc7/scummvm.sln index 0fe4157a34..8aed73449c 100644 --- a/dists/msvc7/scummvm.sln +++ b/dists/msvc7/scummvm.sln @@ -13,6 +13,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sky", "sky.vcproj", "{B5527 EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sword1", "sword1.vcproj", "{C8AAE83E-198B-4ECA-A877-166827953979}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "saga", "saga.vcproj", "{676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}" +EndProject Global GlobalSection(SolutionConfiguration) = preSolution ConfigName.0 = Debug @@ -20,11 +22,12 @@ Global EndGlobalSection GlobalSection(ProjectDependencies) = postSolution {8434CB15-D08F-427D-9E6D-581AE5B28440}.0 = {6CC3E421-779D-4E80-8100-520886A0F9FF} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.1 = {C8AAE83E-198B-4ECA-A877-166827953979} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.2 = {B5527758-2F51-4CCD-AAE1-B0E28654BD6A} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.3 = {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.4 = {B6AFD548-63D2-40CD-A652-E87095AFCBAF} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.5 = {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.1 = {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.2 = {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.3 = {B6AFD548-63D2-40CD-A652-E87095AFCBAF} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.4 = {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.5 = {B5527758-2F51-4CCD-AAE1-B0E28654BD6A} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.6 = {C8AAE83E-198B-4ECA-A877-166827953979} EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {8434CB15-D08F-427D-9E6D-581AE5B28440}.Debug.ActiveCfg = Debug|Win32 @@ -55,6 +58,10 @@ Global {C8AAE83E-198B-4ECA-A877-166827953979}.Debug.Build.0 = Debug|Win32 {C8AAE83E-198B-4ECA-A877-166827953979}.Release.ActiveCfg = Release|Win32 {C8AAE83E-198B-4ECA-A877-166827953979}.Release.Build.0 = Release|Win32 + {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Debug.ActiveCfg = Debug|Win32 + {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Debug.Build.0 = Debug|Win32 + {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Release.ActiveCfg = Release|Win32 + {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index 7bbe60736f..03345d873c 100644 --- a/dists/msvc7/scummvm.vcproj +++ b/dists/msvc7/scummvm.vcproj @@ -21,7 +21,7 @@ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4702" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -467,12 +467,6 @@ RelativePath="..\..\gui\dialog.h"> </File> <File - RelativePath="..\..\gui\font.cpp"> - </File> - <File - RelativePath="..\..\gui\font.h"> - </File> - <File RelativePath="..\..\gui\launcher.cpp"> </File> <File @@ -485,9 +479,6 @@ RelativePath="..\..\gui\message.h"> </File> <File - RelativePath="..\..\gui\newfont.cpp"> - </File> - <File RelativePath="..\..\gui\newgui.cpp"> </File> <File @@ -503,15 +494,37 @@ RelativePath="..\..\gui\options.h"> </File> <File - RelativePath="..\..\gui\scummfont.cpp"> - </File> - <File RelativePath="..\..\gui\widget.cpp"> </File> <File RelativePath="..\..\gui\widget.h"> </File> </Filter> + <Filter + Name="graphics" + Filter=""> + <File + RelativePath="..\..\graphics\animation.cpp"> + </File> + <File + RelativePath="..\..\graphics\animation.h"> + </File> + <File + RelativePath="..\..\graphics\font.cpp"> + </File> + <File + RelativePath="..\..\graphics\font.h"> + </File> + <File + RelativePath="..\..\graphics\newfont.cpp"> + </File> + <File + RelativePath="..\..\graphics\scummfont.cpp"> + </File> + <File + RelativePath="..\..\graphics\surface.h"> + </File> + </Filter> </Files> <Globals> </Globals> diff --git a/dists/msvc7/sword1.vcproj b/dists/msvc7/sword1.vcproj index dc09e2a983..0903b4fc8a 100644 --- a/dists/msvc7/sword1.vcproj +++ b/dists/msvc7/sword1.vcproj @@ -21,7 +21,7 @@ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4702" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -66,7 +66,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" |
