[Scummvm-cvs-logs] SF.net SVN: scummvm: [28145] scummvm/trunk/dists/msvc71

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jul 19 08:46:26 CEST 2007


Revision: 28145
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28145&view=rev
Author:   fingolfin
Date:     2007-07-18 23:46:25 -0700 (Wed, 18 Jul 2007)

Log Message:
-----------
Patch #1756556 (MSVC71 project files update) by quietust

Modified Paths:
--------------
    scummvm/trunk/dists/msvc71/lure.vcproj
    scummvm/trunk/dists/msvc71/scummvm.sln
    scummvm/trunk/dists/msvc71/scummvm.vcproj

Added Paths:
-----------
    scummvm/trunk/dists/msvc71/drascula.vcproj

Added: scummvm/trunk/dists/msvc71/drascula.vcproj
===================================================================
--- scummvm/trunk/dists/msvc71/drascula.vcproj	                        (rev 0)
+++ scummvm/trunk/dists/msvc71/drascula.vcproj	2007-07-19 06:46:25 UTC (rev 28145)
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.10"
+	Name="drascula"
+	ProjectGUID="{CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="drascula_Debug"
+			IntermediateDirectory="drascula_Debug"
+			ConfigurationType="4"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
+				Optimization="0"
+				AdditionalIncludeDirectories="../..;../../engines"
+				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"
+				SuppressStartupBanner="FALSE"
+				DebugInformationFormat="4"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLibrarianTool"
+				OutputFile="$(OutDir)/drascula.lib"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="drascula_Release"
+			IntermediateDirectory="drascula_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="../..;../../engines"
+				PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+				StringPooling="TRUE"
+				ExceptionHandling="TRUE"
+				RuntimeLibrary="0"
+				BufferSecurityCheck="FALSE"
+				EnableFunctionLevelLinking="FALSE"
+				DisableLanguageExtensions="FALSE"
+				ForceConformanceInForLoopScope="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="4"
+				DebugInformationFormat="0"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLibrarianTool"
+				OutputFile="$(OutDir)/drascula.lib"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<File
+			RelativePath="..\..\engines\drascula\detection.cpp">
+		</File>
+		<File
+			RelativePath="..\..\engines\drascula\drascula.cpp">
+		</File>
+		<File
+			RelativePath="..\..\engines\drascula\drascula.h">
+		</File>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>


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

Modified: scummvm/trunk/dists/msvc71/lure.vcproj
===================================================================
--- scummvm/trunk/dists/msvc71/lure.vcproj	2007-07-19 02:51:36 UTC (rev 28144)
+++ scummvm/trunk/dists/msvc71/lure.vcproj	2007-07-19 06:46:25 UTC (rev 28145)
@@ -116,18 +116,6 @@
 			RelativePath="..\..\engines\lure\animseq.h">
 		</File>
 		<File
-			RelativePath="..\..\engines\lure\debug-input.cpp">
-		</File>
-		<File
-			RelativePath="..\..\engines\lure\debug-input.h">
-		</File>
-		<File
-			RelativePath="..\..\engines\lure\debug-methods.cpp">
-		</File>
-		<File
-			RelativePath="..\..\engines\lure\debug-methods.h">
-		</File>
-		<File
 			RelativePath="..\..\engines\lure\debugger.cpp">
 		</File>
 		<File
@@ -155,6 +143,12 @@
 			RelativePath="..\..\engines\lure\events.h">
 		</File>
 		<File
+			RelativePath="..\..\engines\lure\fights.cpp">
+		</File>
+		<File
+			RelativePath="..\..\engines\lure\fights.h">
+		</File>
+		<File
 			RelativePath="..\..\engines\lure\game.cpp">
 		</File>
 		<File
@@ -230,6 +224,12 @@
 			RelativePath="..\..\engines\lure\scripts.h">
 		</File>
 		<File
+			RelativePath="..\..\engines\lure\sound.cpp">
+		</File>
+		<File
+			RelativePath="..\..\engines\lure\sound.h">
+		</File>
+		<File
 			RelativePath="..\..\engines\lure\strings.cpp">
 		</File>
 		<File

Modified: scummvm/trunk/dists/msvc71/scummvm.sln
===================================================================
--- scummvm/trunk/dists/msvc71/scummvm.sln	2007-07-19 02:51:36 UTC (rev 28144)
+++ scummvm/trunk/dists/msvc71/scummvm.sln	2007-07-19 06:46:25 UTC (rev 28145)
@@ -15,6 +15,7 @@
 		{0068957B-E2E1-4988-8C87-D541D84DAF20} = {0068957B-E2E1-4988-8C87-D541D84DAF20}
 		{9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC} = {9D9A98A0-F88F-4CA2-B8FF-462470EBE3EC}
 		{676DB4C5-9A3E-4EE1-8483-EBB79DC0700E} = {676DB4C5-9A3E-4EE1-8483-EBB79DC0700E}
+		{CF888EE2-239C-40D7-83F1-1CDD4F7D56E3} = {CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}
 		{15DF71E6-ECA9-45ED-8049-1CD7C987CCFE} = {15DF71E6-ECA9-45ED-8049-1CD7C987CCFE}
 	EndProjectSection
 EndProject
@@ -78,6 +79,10 @@
 	ProjectSection(ProjectDependencies) = postProject
 	EndProjectSection
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "drascula", "drascula.vcproj", "{CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}"
+	ProjectSection(ProjectDependencies) = postProject
+	EndProjectSection
+EndProject
 Global
 	GlobalSection(SolutionConfiguration) = preSolution
 		Debug = Debug
@@ -150,6 +155,10 @@
 		{CD9AEE36-CEBD-40CE-A6B3-B71523AB8DEC}.Debug.Build.0 = Debug|Win32
 		{CD9AEE36-CEBD-40CE-A6B3-B71523AB8DEC}.Release.ActiveCfg = Release|Win32
 		{CD9AEE36-CEBD-40CE-A6B3-B71523AB8DEC}.Release.Build.0 = Release|Win32
+		{CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}.Debug.ActiveCfg = Debug|Win32
+		{CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}.Debug.Build.0 = Debug|Win32
+		{CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}.Release.ActiveCfg = Release|Win32
+		{CF888EE2-239C-40D7-83F1-1CDD4F7D56E3}.Release.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
 	EndGlobalSection

Modified: scummvm/trunk/dists/msvc71/scummvm.vcproj
===================================================================
--- scummvm/trunk/dists/msvc71/scummvm.vcproj	2007-07-19 02:51:36 UTC (rev 28144)
+++ scummvm/trunk/dists/msvc71/scummvm.vcproj	2007-07-19 06:46:25 UTC (rev 28145)
@@ -45,6 +45,7 @@
 				GenerateDebugInformation="TRUE"
 				ProgramDatabaseFile="$(OutDir)/scummvm.pdb"
 				SubSystem="1"
+				EntryPointSymbol="WinMainCRTStartup"
 				TargetMachine="1"/>
 			<Tool
 				Name="VCMIDLTool"/>
@@ -106,6 +107,7 @@
 				SubSystem="1"
 				OptimizeReferences="2"
 				EnableCOMDATFolding="2"
+				EntryPointSymbol="WinMainCRTStartup"
 				TargetMachine="1"/>
 			<Tool
 				Name="VCMIDLTool"/>
@@ -209,6 +211,9 @@
 				RelativePath="..\..\common\file.h">
 			</File>
 			<File
+				RelativePath="..\..\common\frac.h">
+			</File>
+			<File
 				RelativePath="..\..\common\fs.cpp">
 			</File>
 			<File
@@ -230,6 +235,9 @@
 				RelativePath="..\..\common\iff_container.h">
 			</File>
 			<File
+				RelativePath="..\..\common\keyboard.h">
+			</File>
+			<File
 				RelativePath="..\..\common\list.h">
 			</File>
 			<File


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list