diff options
author | Paweł Kołodziejski | 2006-02-11 14:36:01 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2006-02-11 14:36:01 +0000 |
commit | c8205dd8c6e6bd640325e82d6a9c360f637876ee (patch) | |
tree | 4a18922c7ba910e0e50dc02f961127ff74994c30 /dists | |
parent | 5bbc701b7bb7b93f4fa12f26802c336ff0a0007e (diff) | |
download | scummvm-rg350-c8205dd8c6e6bd640325e82d6a9c360f637876ee.tar.gz scummvm-rg350-c8205dd8c6e6bd640325e82d6a9c360f637876ee.tar.bz2 scummvm-rg350-c8205dd8c6e6bd640325e82d6a9c360f637876ee.zip |
updated msvc files
svn-id: r20548
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc8/kyra.vcproj | 12 | ||||
-rw-r--r-- | dists/msvc8/lure.vcproj | 336 | ||||
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc8/sword2.vcproj | 84 |
4 files changed, 390 insertions, 46 deletions
diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj index 9b79525cac..f8a4ea497d 100644 --- a/dists/msvc8/kyra.vcproj +++ b/dists/msvc8/kyra.vcproj @@ -179,6 +179,10 @@ > </File> <File + RelativePath="..\..\kyra\items.cpp" + > + </File> + <File RelativePath="..\..\kyra\kyra.cpp" > </File> @@ -199,6 +203,10 @@ > </File> <File + RelativePath="..\..\kyra\scene.cpp" + > + </File> + <File RelativePath="..\..\kyra\screen.cpp" > </File> @@ -227,6 +235,10 @@ > </File> <File + RelativePath="..\..\kyra\sequences_v1.cpp" + > + </File> + <File RelativePath="..\..\kyra\sound.cpp" > </File> diff --git a/dists/msvc8/lure.vcproj b/dists/msvc8/lure.vcproj new file mode 100644 index 0000000000..4549e0c6e4 --- /dev/null +++ b/dists/msvc8/lure.vcproj @@ -0,0 +1,336 @@ +<?xml version="1.0" encoding="windows-1250"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8,00" + Name="lure" + ProjectGUID="{1A1CA028-61B5-4A6C-A918-F5D8721AB1AC}" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="lure_Debug" + IntermediateDirectory="lure_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="../../;../../common" + 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)/lure.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="lure_Release" + IntermediateDirectory="lure_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="../../;../../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)/lure.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="..\..\lure\animseq.cpp" + > + </File> + <File + RelativePath="..\..\lure\animseq.h" + > + </File> + <File + RelativePath="..\..\lure\debug-input.cpp" + > + </File> + <File + RelativePath="..\..\lure\debug-input.h" + > + </File> + <File + RelativePath="..\..\lure\debug-methods.cpp" + > + </File> + <File + RelativePath="..\..\lure\debug-methods.h" + > + </File> + <File + RelativePath="..\..\lure\decode.cpp" + > + </File> + <File + RelativePath="..\..\lure\decode.h" + > + </File> + <File + RelativePath="..\..\lure\disk.cpp" + > + </File> + <File + RelativePath="..\..\lure\disk.h" + > + </File> + <File + RelativePath="..\..\lure\events.cpp" + > + </File> + <File + RelativePath="..\..\lure\events.h" + > + </File> + <File + RelativePath="..\..\lure\game.cpp" + > + </File> + <File + RelativePath="..\..\lure\game.h" + > + </File> + <File + RelativePath="..\..\lure\hotspots.cpp" + > + </File> + <File + RelativePath="..\..\lure\hotspots.h" + > + </File> + <File + RelativePath="..\..\lure\intro.cpp" + > + </File> + <File + RelativePath="..\..\lure\intro.h" + > + </File> + <File + RelativePath="..\..\lure\lure.cpp" + > + </File> + <File + RelativePath="..\..\lure\lure.h" + > + </File> + <File + RelativePath="..\..\lure\luredefs.h" + > + </File> + <File + RelativePath="..\..\lure\memory.cpp" + > + </File> + <File + RelativePath="..\..\lure\memory.h" + > + </File> + <File + RelativePath="..\..\lure\menu.cpp" + > + </File> + <File + RelativePath="..\..\lure\menu.h" + > + </File> + <File + RelativePath="..\..\lure\palette.cpp" + > + </File> + <File + RelativePath="..\..\lure\palette.h" + > + </File> + <File + RelativePath="..\..\lure\res.cpp" + > + </File> + <File + RelativePath="..\..\lure\res.h" + > + </File> + <File + RelativePath="..\..\lure\res_struct.cpp" + > + </File> + <File + RelativePath="..\..\lure\res_struct.h" + > + </File> + <File + RelativePath="..\..\lure\room.cpp" + > + </File> + <File + RelativePath="..\..\lure\room.h" + > + </File> + <File + RelativePath="..\..\lure\screen.cpp" + > + </File> + <File + RelativePath="..\..\lure\screen.h" + > + </File> + <File + RelativePath="..\..\lure\scripts.cpp" + > + </File> + <File + RelativePath="..\..\lure\scripts.h" + > + </File> + <File + RelativePath="..\..\lure\strings.cpp" + > + </File> + <File + RelativePath="..\..\lure\strings.h" + > + </File> + <File + RelativePath="..\..\lure\surface.cpp" + > + </File> + <File + RelativePath="..\..\lure\surface.h" + > + </File> + <File + RelativePath="..\..\lure\system.cpp" + > + </File> + <File + RelativePath="..\..\lure\system.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 4457cee34c..a6db9adc3b 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -67,7 +67,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="winmm.lib sdl.lib zdll.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 gob_debug/gob.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 zdll.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib libmpeg2.lib sword1_debug/sword1.lib sword2_debug/sword2.lib lure_debug/lure.lib kyra_debug/kyra.lib gob_debug/gob.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="libc.lib" @@ -155,7 +155,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="winmm.lib sdl.lib zdll.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 gob_release/gob.lib queen_release/queen.lib scumm_release/scumm.lib simon_release/simon.lib sky_release/sky.lib" + AdditionalDependencies="winmm.lib sdl.lib zdll.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 lure_release/lure.lib kyra_release/kyra.lib gob_release/gob.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" diff --git a/dists/msvc8/sword2.vcproj b/dists/msvc8/sword2.vcproj index 33f5151fb6..ac9577cc3d 100644 --- a/dists/msvc8/sword2.vcproj +++ b/dists/msvc8/sword2.vcproj @@ -158,50 +158,18 @@ <References> </References> <Files> - <Filter - Name="driver" - > - <File - RelativePath="..\..\sword2\driver\_mouse.cpp" - > - </File> - <File - RelativePath="..\..\sword2\driver\animation.cpp" - > - </File> - <File - RelativePath="..\..\sword2\driver\animation.h" - > - </File> - <File - RelativePath="..\..\sword2\driver\d_draw.cpp" - > - </File> - <File - RelativePath="..\..\sword2\driver\d_sound.cpp" - > - </File> - <File - RelativePath="..\..\sword2\driver\menu.cpp" - > - </File> - <File - RelativePath="..\..\sword2\driver\palette.cpp" - > - </File> - <File - RelativePath="..\..\sword2\driver\rdwin.cpp" - > - </File> - <File - RelativePath="..\..\sword2\driver\render.cpp" - > - </File> - <File - RelativePath="..\..\sword2\driver\sprite.cpp" - > - </File> - </Filter> + <File + RelativePath="..\..\sword2\_mouse.cpp" + > + </File> + <File + RelativePath="..\..\sword2\animation.cpp" + > + </File> + <File + RelativePath="..\..\sword2\animation.h" + > + </File> <File RelativePath="..\..\sword2\anims.cpp" > @@ -231,6 +199,10 @@ > </File> <File + RelativePath="..\..\sword2\d_draw.cpp" + > + </File> + <File RelativePath="..\..\sword2\debug.cpp" > </File> @@ -303,6 +275,10 @@ > </File> <File + RelativePath="..\..\sword2\menu.cpp" + > + </File> + <File RelativePath="..\..\sword2\mouse.cpp" > </File> @@ -311,14 +287,30 @@ > </File> <File + RelativePath="..\..\sword2\music.cpp" + > + </File> + <File RelativePath="..\..\sword2\object.h" > </File> <File + RelativePath="..\..\sword2\palette.cpp" + > + </File> + <File RelativePath="..\..\sword2\protocol.cpp" > </File> <File + RelativePath="..\..\sword2\rdwin.cpp" + > + </File> + <File + RelativePath="..\..\sword2\render.cpp" + > + </File> + <File RelativePath="..\..\sword2\resman.cpp" > </File> @@ -359,6 +351,10 @@ > </File> <File + RelativePath="..\..\sword2\sprite.cpp" + > + </File> + <File RelativePath="..\..\sword2\startup.cpp" > </File> |