[Scummvm-cvs-logs] SF.net SVN: scummvm:[33122] residual/trunk/dists

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sun Jul 20 15:25:53 CEST 2008


Revision: 33122
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33122&view=rev
Author:   aquadran
Date:     2008-07-20 13:24:30 +0000 (Sun, 20 Jul 2008)

Log Message:
-----------
added filesystem common code from scummvm (part 1)

Modified Paths:
--------------
    residual/trunk/dists/msvc7/residual.vcproj
    residual/trunk/dists/msvc71/residual.vcproj
    residual/trunk/dists/msvc8/residual.vcproj
    residual/trunk/dists/msvc9/residual.vcproj

Modified: residual/trunk/dists/msvc7/residual.vcproj
===================================================================
--- residual/trunk/dists/msvc7/residual.vcproj	2008-07-20 13:16:56 UTC (rev 33121)
+++ residual/trunk/dists/msvc7/residual.vcproj	2008-07-20 13:24:30 UTC (rev 33122)
@@ -127,9 +127,21 @@
 				RelativePath="..\..\common\endian.h">
 			</File>
 			<File
+				RelativePath="..\..\common\file.cpp">
+			</File>
+			<File
+				RelativePath="..\..\common\file.h">
+			</File>
+			<File
 				RelativePath="..\..\common\frac.h">
 			</File>
 			<File
+				RelativePath="..\..\common\fs.cpp">
+			</File>
+			<File
+				RelativePath="..\..\common\fs.h">
+			</File>
+			<File
 				RelativePath="..\..\common\func.h">
 			</File>
 			<File
@@ -163,6 +175,9 @@
 				RelativePath="..\..\common\memorypool.h">
 			</File>
 			<File
+				RelativePath="..\..\common\module.mk">
+			</File>
+			<File
 				RelativePath="..\..\common\mutex.cpp">
 			</File>
 			<File
@@ -172,12 +187,24 @@
 				RelativePath="..\..\common\noncopyable.h">
 			</File>
 			<File
+				RelativePath="..\..\common\ptr.h">
+			</File>
+			<File
+				RelativePath="..\..\common\singleton.h">
+			</File>
+			<File
 				RelativePath="..\..\common\str.cpp">
 			</File>
 			<File
 				RelativePath="..\..\common\str.h">
 			</File>
 			<File
+				RelativePath="..\..\common\stream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\common\stream.h">
+			</File>
+			<File
 				RelativePath="..\..\common\sys.h">
 			</File>
 			<File
@@ -671,6 +698,26 @@
 						RelativePath="..\..\engine\backend\sdl\driver_tinygl.h">
 					</File>
 				</Filter>
+				<Filter
+					Name="fs">
+					<File
+						RelativePath="..\..\engine\backend\fs\abstract-fs.h">
+					</File>
+					<File
+						RelativePath="..\..\engine\backend\fs\fs-factory.h">
+					</File>
+					<Filter
+						Name="windows">
+						<File
+							RelativePath="..\..\engine\backend\fs\windows\windows-fs-factory.cpp"
+							>
+						</File>
+						<File
+							RelativePath="..\..\engine\backend\fs\windows\windows-fs-factory.h"
+							>
+						</File>
+					</Filter>
+				</Filter>
 			</Filter>
 		</Filter>
 		<Filter

Modified: residual/trunk/dists/msvc71/residual.vcproj
===================================================================
--- residual/trunk/dists/msvc71/residual.vcproj	2008-07-20 13:16:56 UTC (rev 33121)
+++ residual/trunk/dists/msvc71/residual.vcproj	2008-07-20 13:24:30 UTC (rev 33122)
@@ -141,9 +141,21 @@
 				RelativePath="..\..\common\endian.h">
 			</File>
 			<File
+				RelativePath="..\..\common\file.cpp">
+			</File>
+			<File
+				RelativePath="..\..\common\file.h">
+			</File>
+			<File
 				RelativePath="..\..\common\frac.h">
 			</File>
 			<File
+				RelativePath="..\..\common\fs.cpp">
+			</File>
+			<File
+				RelativePath="..\..\common\fs.h">
+			</File>
+			<File
 				RelativePath="..\..\common\func.h">
 			</File>
 			<File
@@ -177,6 +189,9 @@
 				RelativePath="..\..\common\memorypool.h">
 			</File>
 			<File
+				RelativePath="..\..\common\module.mk">
+			</File>
+			<File
 				RelativePath="..\..\common\mutex.cpp">
 			</File>
 			<File
@@ -186,12 +201,24 @@
 				RelativePath="..\..\common\noncopyable.h">
 			</File>
 			<File
+				RelativePath="..\..\common\ptr.h">
+			</File>
+			<File
+				RelativePath="..\..\common\singleton.h">
+			</File>
+			<File
 				RelativePath="..\..\common\str.cpp">
 			</File>
 			<File
 				RelativePath="..\..\common\str.h">
 			</File>
 			<File
+				RelativePath="..\..\common\stream.cpp">
+			</File>
+			<File
+				RelativePath="..\..\common\stream.h">
+			</File>
+			<File
 				RelativePath="..\..\common\sys.h">
 			</File>
 			<File
@@ -685,6 +712,26 @@
 						RelativePath="..\..\engine\backend\sdl\driver_tinygl.h">
 					</File>
 				</Filter>
+				<Filter
+					Name="fs">
+					<File
+						RelativePath="..\..\engine\backend\fs\abstract-fs.h">
+					</File>
+					<File
+						RelativePath="..\..\engine\backend\fs\fs-factory.h">
+					</File>
+					<Filter
+						Name="windows">
+						<File
+							RelativePath="..\..\engine\backend\fs\windows\windows-fs-factory.cpp"
+							>
+						</File>
+						<File
+							RelativePath="..\..\engine\backend\fs\windows\windows-fs-factory.h"
+							>
+						</File>
+					</Filter>
+				</Filter>
 			</Filter>
 		</Filter>
 		<Filter

Modified: residual/trunk/dists/msvc8/residual.vcproj
===================================================================
--- residual/trunk/dists/msvc8/residual.vcproj	2008-07-20 13:16:56 UTC (rev 33121)
+++ residual/trunk/dists/msvc8/residual.vcproj	2008-07-20 13:24:30 UTC (rev 33122)
@@ -208,10 +208,26 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\common\file.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\common\file.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\common\frac.h"
 				>
 			</File>
 			<File
+				RelativePath="..\..\common\fs.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\common\fs.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\common\func.h"
 				>
 			</File>
@@ -256,6 +272,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\common\module.mk"
+				>
+			</File>
+			<File
 				RelativePath="..\..\common\mutex.cpp"
 				>
 			</File>
@@ -268,6 +288,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\common\ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\common\singleton.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\common\str.cpp"
 				>
 			</File>
@@ -276,6 +304,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\common\stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\common\stream.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\common\sys.h"
 				>
 			</File>
@@ -934,6 +970,30 @@
 						>
 					</File>
 				</Filter>
+				<Filter
+					Name="fs"
+					>
+					<File
+						RelativePath="..\..\engine\backend\fs\abstract-fs.h"
+						>
+					</File>
+					<File
+						RelativePath="..\..\engine\backend\fs\fs-factory.h"
+						>
+					</File>
+					<Filter
+						Name="windows"
+						>
+						<File
+							RelativePath="..\..\engine\backend\fs\windows\windows-fs-factory.cpp"
+							>
+						</File>
+						<File
+							RelativePath="..\..\engine\backend\fs\windows\windows-fs-factory.h"
+							>
+						</File>
+					</Filter>
+				</Filter>
 			</Filter>
 		</Filter>
 		<Filter

Modified: residual/trunk/dists/msvc9/residual.vcproj
===================================================================
--- residual/trunk/dists/msvc9/residual.vcproj	2008-07-20 13:16:56 UTC (rev 33121)
+++ residual/trunk/dists/msvc9/residual.vcproj	2008-07-20 13:24:30 UTC (rev 33122)
@@ -213,10 +213,30 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\common\error.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\common\file.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\common\file.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\common\frac.h"
 				>
 			</File>
 			<File
+				RelativePath="..\..\common\fs.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\common\fs.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\common\func.h"
 				>
 			</File>
@@ -261,6 +281,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\common\module.mk"
+				>
+			</File>
+			<File
 				RelativePath="..\..\common\mutex.cpp"
 				>
 			</File>
@@ -273,6 +297,18 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\common\ptr.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\common\savefile.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\common\singleton.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\common\str.cpp"
 				>
 			</File>
@@ -281,6 +317,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\common\stream.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\common\stream.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\common\sys.h"
 				>
 			</File>
@@ -939,6 +983,30 @@
 						>
 					</File>
 				</Filter>
+				<Filter
+					Name="fs"
+					>
+					<File
+						RelativePath="..\..\engine\backend\fs\abstract-fs.h"
+						>
+					</File>
+					<File
+						RelativePath="..\..\engine\backend\fs\fs-factory.h"
+						>
+					</File>
+					<Filter
+						Name="windows"
+						>
+						<File
+							RelativePath="..\..\engine\backend\fs\windows\windows-fs-factory.cpp"
+							>
+						</File>
+						<File
+							RelativePath="..\..\engine\backend\fs\windows\windows-fs-factory.h"
+							>
+						</File>
+					</Filter>
+				</Filter>
 			</Filter>
 		</Filter>
 		<Filter


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