[Scummvm-cvs-logs] CVS: residual/dists/msvc8 residual.vcproj,1.9,1.10

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Jan 12 10:07:15 CET 2005


Update of /cvsroot/scummvm/residual/dists/msvc8
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22571/dists/msvc8

Modified Files:
	residual.vcproj 
Log Message:
added TinyGL driver as Residual software renderer

Index: residual.vcproj
===================================================================
RCS file: /cvsroot/scummvm/residual/dists/msvc8/residual.vcproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- residual.vcproj	10 Jan 2005 09:07:46 -0000	1.9
+++ residual.vcproj	12 Jan 2005 18:06:43 -0000	1.10
@@ -205,7 +205,7 @@
 			</File>
 		</Filter>
 		<Filter
-			Name="3DPrimitives"
+			Name="3dmath"
 			>
 			<File
 				RelativePath="..\..\matrix3.cpp"
@@ -488,6 +488,142 @@
 				>
 			</File>
 		</Filter>
+		<Filter
+			Name="tinygl"
+			>
+			<File
+				RelativePath="..\..\tinygl\api.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\arrays.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\clear.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\clip.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\error.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\get.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\gl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\image_util.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\init.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\light.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\list.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\matrix.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\memory.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\misc.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\msghandling.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\msghandling.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\opinfo.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\select.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\specbuf.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\specbuf.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\texture.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\vertex.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\zbuffer.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\zbuffer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\zdither.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\zfeatures.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\zgl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\zline.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\zline.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\zmath.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\zmath.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\ztriangle.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\tinygl\ztriangle.h"
+				>
+			</File>
+		</Filter>
 		<File
 			RelativePath="..\..\actor.cpp"
 			>
@@ -541,6 +677,10 @@
 			>
 		</File>
 		<File
+			RelativePath="..\..\driver.h"
+			>
+		</File>
+		<File
 			RelativePath="..\..\driver_gl.cpp"
 			>
 		</File>
@@ -549,6 +689,14 @@
 			>
 		</File>
 		<File
+			RelativePath="..\..\driver_tinygl.cpp"
+			>
+		</File>
+		<File
+			RelativePath="..\..\driver_tinygl.h"
+			>
+		</File>
+		<File
 			RelativePath="..\..\engine.cpp"
 			>
 		</File>





More information about the Scummvm-git-logs mailing list