[Scummvm-cvs-logs] SF.net SVN: scummvm: [20548] scummvm/trunk/dists/msvc8

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sat Feb 11 06:37:01 CET 2006


Revision: 20548
Author:   aquadran
Date:     2006-02-11 06:36:01 -0800 (Sat, 11 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20548&view=rev

Log Message:
-----------
updated msvc files

Modified Paths:
--------------
    scummvm/trunk/dists/msvc8/kyra.vcproj
    scummvm/trunk/dists/msvc8/scummvm.vcproj
    scummvm/trunk/dists/msvc8/sword2.vcproj

Added Paths:
-----------
    scummvm/trunk/dists/msvc8/lure.vcproj
Modified: scummvm/trunk/dists/msvc8/kyra.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/kyra.vcproj	2006-02-11 14:31:42 UTC (rev 20547)
+++ scummvm/trunk/dists/msvc8/kyra.vcproj	2006-02-11 14:36:01 UTC (rev 20548)
@@ -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>

Added: scummvm/trunk/dists/msvc8/lure.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/lure.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc8/lure.vcproj	2006-02-11 14:36:01 UTC (rev 20548)
@@ -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>


Property changes on: scummvm/trunk/dists/msvc8/lure.vcproj
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Modified: scummvm/trunk/dists/msvc8/scummvm.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/scummvm.vcproj	2006-02-11 14:31:42 UTC (rev 20547)
+++ scummvm/trunk/dists/msvc8/scummvm.vcproj	2006-02-11 14:36:01 UTC (rev 20548)
@@ -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"

Modified: scummvm/trunk/dists/msvc8/sword2.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/sword2.vcproj	2006-02-11 14:31:42 UTC (rev 20547)
+++ scummvm/trunk/dists/msvc8/sword2.vcproj	2006-02-11 14:36:01 UTC (rev 20548)
@@ -158,51 +158,19 @@
 	<References>
 	</References>
 	<Files>
-		<Filter
-			Name="driver"
+		<File
+			RelativePath="..\..\sword2\_mouse.cpp"
 			>
-			<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>
 		<File
+			RelativePath="..\..\sword2\animation.cpp"
+			>
+		</File>
+		<File
+			RelativePath="..\..\sword2\animation.h"
+			>
+		</File>
+		<File
 			RelativePath="..\..\sword2\anims.cpp"
 			>
 		</File>
@@ -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>







More information about the Scummvm-git-logs mailing list