diff options
author | Paweł Kołodziejski | 2004-05-09 13:12:19 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2004-05-09 13:12:19 +0000 |
commit | f74a675850be9aa7066e491bffac88c9595477d2 (patch) | |
tree | e50067aa183deb8716e82e7b80234422695ecf32 /dists/msvc7 | |
parent | 7804b57632e3e4eb57971f2a95fa873ef11866ea (diff) | |
download | scummvm-rg350-f74a675850be9aa7066e491bffac88c9595477d2.tar.gz scummvm-rg350-f74a675850be9aa7066e491bffac88c9595477d2.tar.bz2 scummvm-rg350-f74a675850be9aa7066e491bffac88c9595477d2.zip |
removed awe based on Endy statement
svn-id: r13809
Diffstat (limited to 'dists/msvc7')
-rw-r--r-- | dists/msvc7/awe.vcproj | 169 | ||||
-rw-r--r-- | dists/msvc7/scummvm.sln | 21 | ||||
-rw-r--r-- | dists/msvc7/scummvm.vcproj | 4 |
3 files changed, 9 insertions, 185 deletions
diff --git a/dists/msvc7/awe.vcproj b/dists/msvc7/awe.vcproj deleted file mode 100644 index cbe5df0ec2..0000000000 --- a/dists/msvc7/awe.vcproj +++ /dev/null @@ -1,169 +0,0 @@ -<?xml version="1.0" encoding = "windows-1250"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.00" - Name="awe" - ProjectGUID="{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}" - Keyword="Win32Proj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="awe_Debug" - IntermediateDirectory="awe_Debug" - ConfigurationType="4" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /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)/awe.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="awe_Release" - IntermediateDirectory="awe_Release" - ConfigurationType="4" - CharacterSet="2" - WholeProgramOptimization="FALSE"> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /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)/awe.lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - </Configuration> - </Configurations> - <Files> - <File - RelativePath="..\..\awe\awe.cpp"> - </File> - <File - RelativePath="..\..\awe\awe.h"> - </File> - <File - RelativePath="..\..\awe\bank.cpp"> - </File> - <File - RelativePath="..\..\awe\bank.h"> - </File> - <File - RelativePath="..\..\awe\engine.cpp"> - </File> - <File - RelativePath="..\..\awe\engine.h"> - </File> - <File - RelativePath="..\..\awe\file.cpp"> - </File> - <File - RelativePath="..\..\awe\file.h"> - </File> - <File - RelativePath="..\..\awe\intern.h"> - </File> - <File - RelativePath="..\..\awe\logic.cpp"> - </File> - <File - RelativePath="..\..\awe\logic.h"> - </File> - <File - RelativePath="..\..\awe\resource.cpp"> - </File> - <File - RelativePath="..\..\awe\resource.h"> - </File> - <File - RelativePath="..\..\awe\sdlstub.cpp"> - </File> - <File - RelativePath="..\..\awe\serializer.cpp"> - </File> - <File - RelativePath="..\..\awe\serializer.h"> - </File> - <File - RelativePath="..\..\awe\staticres.cpp"> - </File> - <File - RelativePath="..\..\awe\systemstub.h"> - </File> - <File - RelativePath="..\..\awe\util.cpp"> - </File> - <File - RelativePath="..\..\awe\util.h"> - </File> - <File - RelativePath="..\..\awe\video.cpp"> - </File> - <File - RelativePath="..\..\awe\video.h"> - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/dists/msvc7/scummvm.sln b/dists/msvc7/scummvm.sln index ad0b50023e..faa4c1c370 100644 --- a/dists/msvc7/scummvm.sln +++ b/dists/msvc7/scummvm.sln @@ -17,8 +17,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kyra", "kyra.vcproj", "{9D9 EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "saga", "saga.vcproj", "{676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "awe", "awe.vcproj", "{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}" -EndProject Global GlobalSection(SolutionConfiguration) = preSolution ConfigName.0 = Debug @@ -26,14 +24,13 @@ Global EndGlobalSection GlobalSection(ProjectDependencies) = postSolution {8434CB15-D08F-427D-9E6D-581AE5B28440}.0 = {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.1 = {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.2 = {C8AAE83E-198B-4ECA-A877-166827953979} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.3 = {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.4 = {B5527758-2F51-4CCD-AAE1-B0E28654BD6A} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.5 = {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.6 = {B6AFD548-63D2-40CD-A652-E87095AFCBAF} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.7 = {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.8 = {6CC3E421-779D-4E80-8100-520886A0F9FF} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.1 = {C8AAE83E-198B-4ECA-A877-166827953979} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.2 = {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.3 = {B5527758-2F51-4CCD-AAE1-B0E28654BD6A} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.4 = {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.5 = {B6AFD548-63D2-40CD-A652-E87095AFCBAF} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.6 = {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.7 = {6CC3E421-779D-4E80-8100-520886A0F9FF} EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {8434CB15-D08F-427D-9E6D-581AE5B28440}.Debug.ActiveCfg = Debug|Win32 @@ -72,10 +69,6 @@ Global {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 - {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}.Debug.ActiveCfg = Debug|Win32 - {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}.Debug.Build.0 = Debug|Win32 - {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}.Release.ActiveCfg = Release|Win32 - {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index 7425466ca9..afba740eb2 100644 --- a/dists/msvc7/scummvm.vcproj +++ b/dists/msvc7/scummvm.vcproj @@ -39,7 +39,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="winmm.lib sdl.lib libz.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib awe_debug/awe.lib sword1_debug/sword1.lib sword2_debug/sword2.lib kyra_debug/kyra.lib queen_debug/queen.lib saga_debug/saga.lib scumm_debug/scumm.lib simon_debug/simon.lib sky_debug/sky.lib" + AdditionalDependencies="winmm.lib sdl.lib libz.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib sword1_debug/sword1.lib sword2_debug/sword2.lib kyra_debug/kyra.lib queen_debug/queen.lib saga_debug/saga.lib scumm_debug/scumm.lib simon_debug/simon.lib sky_debug/sky.lib" OutputFile="$(OutDir)/scummvm.exe" LinkIncremental="2" IgnoreDefaultLibraryNames="libcmtd.lib" @@ -93,7 +93,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="winmm.lib sdl.lib libz.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib awe_release/awe.lib saga_release/saga.lib sword1_release/sword1.lib sword2_release/sword2.lib kyra_release/kyra.lib queen_release/queen.lib scumm_release/scumm.lib simon_release/simon.lib sky_release/sky.lib" + AdditionalDependencies="winmm.lib sdl.lib libz.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib saga_release/saga.lib sword1_release/sword1.lib sword2_release/sword2.lib kyra_release/kyra.lib queen_release/queen.lib scumm_release/scumm.lib simon_release/simon.lib sky_release/sky.lib" OutputFile="$(OutDir)/scummvm.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" |