[Scummvm-cvs-logs] CVS: residual lua.vcproj,1.1,1.2 residual.sln,1.2,1.3

Pawel Kolodziejski aquadran at users.sourceforge.net
Mon Aug 25 17:59:21 CEST 2003


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1:/tmp/cvs-serv17106

Modified Files:
	lua.vcproj residual.sln 
Log Message:
fixed endlines

Index: lua.vcproj
===================================================================
RCS file: /cvsroot/scummvm/residual/lua.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lua.vcproj	24 Aug 2003 17:56:03 -0000	1.1
+++ lua.vcproj	25 Aug 2003 19:32:11 -0000	1.2
@@ -1,207 +1,207 @@
-<?xml version="1.0" encoding = "windows-1250"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="7.00"
-	Name="lua"
-	ProjectGUID="{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}"
-	Keyword="Win32Proj">
-	<Platforms>
-		<Platform
-			Name="Win32"/>
-	</Platforms>
-	<Configurations>
-		<Configuration
-			Name="Debug|Win32"
-			OutputDirectory="Debug_Lua"
-			IntermediateDirectory="Debug_Lua"
-			ConfigurationType="4"
-			CharacterSet="2">
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="0"
-				AdditionalIncludeDirectories="lua\include"
-				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
-				MinimalRebuild="TRUE"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="1"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="TRUE"
-				DebugInformationFormat="4"/>
-			<Tool
-				Name="VCCustomBuildTool"/>
-			<Tool
-				Name="VCLibrarianTool"
-				OutputFile="$(OutDir)/lua.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="Release_Lua"
-			IntermediateDirectory="Release_Lua"
-			ConfigurationType="4"
-			CharacterSet="2">
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="2"
-				InlineFunctionExpansion="1"
-				OmitFramePointers="TRUE"
-				AdditionalIncludeDirectories="lua\include"
-				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
-				StringPooling="TRUE"
-				RuntimeLibrary="0"
-				EnableFunctionLevelLinking="TRUE"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="TRUE"
-				DebugInformationFormat="3"/>
-			<Tool
-				Name="VCCustomBuildTool"/>
-			<Tool
-				Name="VCLibrarianTool"
-				OutputFile="$(OutDir)/lua.lib"/>
-			<Tool
-				Name="VCMIDLTool"/>
-			<Tool
-				Name="VCPostBuildEventTool"/>
-			<Tool
-				Name="VCPreBuildEventTool"/>
-			<Tool
-				Name="VCPreLinkEventTool"/>
-			<Tool
-				Name="VCResourceCompilerTool"/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"/>
-		</Configuration>
-	</Configurations>
-	<Files>
-		<Filter
-			Name="Source Files"
-			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
-			<File
-				RelativePath="lua\src\lapi.c">
-			</File>
-			<File
-				RelativePath="lua\src\lapi.h">
-			</File>
-			<File
-				RelativePath="lua\src\lauxlib.c">
-			</File>
-			<File
-				RelativePath="lua\src\lbuffer.c">
-			</File>
-			<File
-				RelativePath="lua\src\lbuiltin.c">
-			</File>
-			<File
-				RelativePath="lua\src\lbuiltin.h">
-			</File>
-			<File
-				RelativePath="lua\src\ldo.c">
-			</File>
-			<File
-				RelativePath="lua\src\ldo.h">
-			</File>
-			<File
-				RelativePath="lua\src\lfunc.c">
-			</File>
-			<File
-				RelativePath="lua\src\lfunc.h">
-			</File>
-			<File
-				RelativePath="lua\src\lgc.c">
-			</File>
-			<File
-				RelativePath="lua\src\lgc.h">
-			</File>
-			<File
-				RelativePath="lua\src\llex.c">
-			</File>
-			<File
-				RelativePath="lua\src\llex.h">
-			</File>
-			<File
-				RelativePath="lua\src\lmem.c">
-			</File>
-			<File
-				RelativePath="lua\src\lmem.h">
-			</File>
-			<File
-				RelativePath="lua\src\lobject.c">
-			</File>
-			<File
-				RelativePath="lua\src\lobject.h">
-			</File>
-			<File
-				RelativePath="lua\src\lopcodes.h">
-			</File>
-			<File
-				RelativePath="lua\src\lparser.c">
-			</File>
-			<File
-				RelativePath="lua\src\lparser.h">
-			</File>
-			<File
-				RelativePath="lua\src\lstate.c">
-			</File>
-			<File
-				RelativePath="lua\src\lstate.h">
-			</File>
-			<File
-				RelativePath="lua\src\lstring.c">
-			</File>
-			<File
-				RelativePath="lua\src\lstring.h">
-			</File>
-			<File
-				RelativePath="lua\src\ltable.c">
-			</File>
-			<File
-				RelativePath="lua\src\ltable.h">
-			</File>
-			<File
-				RelativePath="lua\src\ltask.c">
-			</File>
-			<File
-				RelativePath="lua\src\ltask.h">
-			</File>
-			<File
-				RelativePath="lua\src\ltm.c">
-			</File>
-			<File
-				RelativePath="lua\src\ltm.h">
-			</File>
-			<File
-				RelativePath="lua\src\lundump.c">
-			</File>
-			<File
-				RelativePath="lua\src\lundump.h">
-			</File>
-			<File
-				RelativePath="lua\src\lvm.c">
-			</File>
-			<File
-				RelativePath="lua\src\lvm.h">
-			</File>
-			<File
-				RelativePath="lua\src\lzio.c">
-			</File>
-			<File
-				RelativePath="lua\src\lzio.h">
-			</File>
-		</Filter>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding = "windows-1250"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.00"
+	Name="lua"
+	ProjectGUID="{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="Debug_Lua"
+			IntermediateDirectory="Debug_Lua"
+			ConfigurationType="4"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="lua\include"
+				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="1"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="4"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLibrarianTool"
+				OutputFile="$(OutDir)/lua.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="Release_Lua"
+			IntermediateDirectory="Release_Lua"
+			ConfigurationType="4"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				InlineFunctionExpansion="1"
+				OmitFramePointers="TRUE"
+				AdditionalIncludeDirectories="lua\include"
+				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+				StringPooling="TRUE"
+				RuntimeLibrary="0"
+				EnableFunctionLevelLinking="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLibrarianTool"
+				OutputFile="$(OutDir)/lua.lib"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+		</Configuration>
+	</Configurations>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+			<File
+				RelativePath="lua\src\lapi.c">
+			</File>
+			<File
+				RelativePath="lua\src\lapi.h">
+			</File>
+			<File
+				RelativePath="lua\src\lauxlib.c">
+			</File>
+			<File
+				RelativePath="lua\src\lbuffer.c">
+			</File>
+			<File
+				RelativePath="lua\src\lbuiltin.c">
+			</File>
+			<File
+				RelativePath="lua\src\lbuiltin.h">
+			</File>
+			<File
+				RelativePath="lua\src\ldo.c">
+			</File>
+			<File
+				RelativePath="lua\src\ldo.h">
+			</File>
+			<File
+				RelativePath="lua\src\lfunc.c">
+			</File>
+			<File
+				RelativePath="lua\src\lfunc.h">
+			</File>
+			<File
+				RelativePath="lua\src\lgc.c">
+			</File>
+			<File
+				RelativePath="lua\src\lgc.h">
+			</File>
+			<File
+				RelativePath="lua\src\llex.c">
+			</File>
+			<File
+				RelativePath="lua\src\llex.h">
+			</File>
+			<File
+				RelativePath="lua\src\lmem.c">
+			</File>
+			<File
+				RelativePath="lua\src\lmem.h">
+			</File>
+			<File
+				RelativePath="lua\src\lobject.c">
+			</File>
+			<File
+				RelativePath="lua\src\lobject.h">
+			</File>
+			<File
+				RelativePath="lua\src\lopcodes.h">
+			</File>
+			<File
+				RelativePath="lua\src\lparser.c">
+			</File>
+			<File
+				RelativePath="lua\src\lparser.h">
+			</File>
+			<File
+				RelativePath="lua\src\lstate.c">
+			</File>
+			<File
+				RelativePath="lua\src\lstate.h">
+			</File>
+			<File
+				RelativePath="lua\src\lstring.c">
+			</File>
+			<File
+				RelativePath="lua\src\lstring.h">
+			</File>
+			<File
+				RelativePath="lua\src\ltable.c">
+			</File>
+			<File
+				RelativePath="lua\src\ltable.h">
+			</File>
+			<File
+				RelativePath="lua\src\ltask.c">
+			</File>
+			<File
+				RelativePath="lua\src\ltask.h">
+			</File>
+			<File
+				RelativePath="lua\src\ltm.c">
+			</File>
+			<File
+				RelativePath="lua\src\ltm.h">
+			</File>
+			<File
+				RelativePath="lua\src\lundump.c">
+			</File>
+			<File
+				RelativePath="lua\src\lundump.h">
+			</File>
+			<File
+				RelativePath="lua\src\lvm.c">
+			</File>
+			<File
+				RelativePath="lua\src\lvm.h">
+			</File>
+			<File
+				RelativePath="lua\src\lzio.c">
+			</File>
+			<File
+				RelativePath="lua\src\lzio.h">
+			</File>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>

Index: residual.sln
===================================================================
RCS file: /cvsroot/scummvm/residual/residual.sln,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- residual.sln	25 Aug 2003 05:24:36 -0000	1.2
+++ residual.sln	25 Aug 2003 19:32:11 -0000	1.3
@@ -1,28 +1,28 @@
-Microsoft Visual Studio Solution File, Format Version 7.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "residual", "residual.vcproj", "{44D38F29-303D-4E3D-AF45-B96523BF1F9F}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "lua.vcproj", "{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}"
-EndProject
-Global
-	GlobalSection(SolutionConfiguration) = preSolution
-		ConfigName.0 = Debug
-		ConfigName.1 = Release
-	EndGlobalSection
-	GlobalSection(ProjectDependencies) = postSolution
-		{44D38F29-303D-4E3D-AF45-B96523BF1F9F}.0 = {5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}
-	EndGlobalSection
-	GlobalSection(ProjectConfiguration) = postSolution
-		{44D38F29-303D-4E3D-AF45-B96523BF1F9F}.Debug.ActiveCfg = Debug|Win32
-		{44D38F29-303D-4E3D-AF45-B96523BF1F9F}.Debug.Build.0 = Debug|Win32
-		{44D38F29-303D-4E3D-AF45-B96523BF1F9F}.Release.ActiveCfg = Release|Win32
-		{44D38F29-303D-4E3D-AF45-B96523BF1F9F}.Release.Build.0 = Release|Win32
-		{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}.Debug.ActiveCfg = Debug|Win32
-		{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}.Debug.Build.0 = Debug|Win32
-		{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}.Release.ActiveCfg = Release|Win32
-		{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}.Release.Build.0 = Release|Win32
-	EndGlobalSection
-	GlobalSection(ExtensibilityGlobals) = postSolution
-	EndGlobalSection
-	GlobalSection(ExtensibilityAddIns) = postSolution
-	EndGlobalSection
-EndGlobal
+Microsoft Visual Studio Solution File, Format Version 7.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "residual", "residual.vcproj", "{44D38F29-303D-4E3D-AF45-B96523BF1F9F}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "lua.vcproj", "{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}"
+EndProject
+Global
+	GlobalSection(SolutionConfiguration) = preSolution
+		ConfigName.0 = Debug
+		ConfigName.1 = Release
+	EndGlobalSection
+	GlobalSection(ProjectDependencies) = postSolution
+		{44D38F29-303D-4E3D-AF45-B96523BF1F9F}.0 = {5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}
+	EndGlobalSection
+	GlobalSection(ProjectConfiguration) = postSolution
+		{44D38F29-303D-4E3D-AF45-B96523BF1F9F}.Debug.ActiveCfg = Debug|Win32
+		{44D38F29-303D-4E3D-AF45-B96523BF1F9F}.Debug.Build.0 = Debug|Win32
+		{44D38F29-303D-4E3D-AF45-B96523BF1F9F}.Release.ActiveCfg = Release|Win32
+		{44D38F29-303D-4E3D-AF45-B96523BF1F9F}.Release.Build.0 = Release|Win32
+		{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}.Debug.ActiveCfg = Debug|Win32
+		{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}.Debug.Build.0 = Debug|Win32
+		{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}.Release.ActiveCfg = Release|Win32
+		{5930DA38-F3BC-41AB-BC48-FC1AB8ED75B0}.Release.Build.0 = Release|Win32
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+	EndGlobalSection
+	GlobalSection(ExtensibilityAddIns) = postSolution
+	EndGlobalSection
+EndGlobal





More information about the Scummvm-git-logs mailing list