[AD] Re: Make clean patch

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Man, I am really off today. Here is a fixed patch (missing a backslash
in makefile.lst, still have to copy tests/win/.cvsignore to
tools/win/).

-- 
Regards, 
Ryan Patterson <mailto:cgamesplay@xxxxxxxxxx>
Index: makefile.lst
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.lst,v
retrieving revision 1.120
diff -u -r1.120 makefile.lst
--- makefile.lst	22 Jun 2005 17:37:55 -0000	1.120
+++ makefile.lst	28 Jun 2005 15:51:09 -0000
@@ -66,7 +66,20 @@
 	src/vtable16.c \
 	src/vtable24.c \
 	src/vtable32.c \
-	src/vtable8.c
+	src/vtable8.c \
+	src/zipfile.c
+	
+ALLEGRO_GL_FILES = \
+	src/alleggl/alleggl.c \
+	src/alleggl/glvtable.c \
+	src/alleggl/glscorer.c \
+	src/alleggl/glmath.c \
+	src/alleggl/aglf.c \
+	src/alleggl/glfontconv.c \
+	src/alleggl/gltexture.c \
+	src/alleggl/glext.c \
+	src/alleggl/glgui.c \
+	src/alleggl/glvideovtb.c
 
 ALLEGRO_SRC_C_FILES = \
 	src/c/cblit16.c \
@@ -240,6 +253,7 @@
 	src/win/wthread.c \
 	src/win/wtimer.c \
 	src/win/wwnd.c \
+	src/win/glwin.c \
 	src/misc/colconv.c
 
 ALLEGRO_SRC_BEOS_FILES = \
@@ -346,7 +360,8 @@
 	src/x/xdga2.c \
 	src/x/xdga2s.s \
 	src/x/xwins.s \
-	src/misc/colconv.c
+	src/misc/colconv.c \
+	src/x/glx.c
 	
 ALLEGRO_SRC_QNX_FILES = \
 	src/qnx/qdrivers.c \
@@ -568,7 +583,15 @@
 	examples/exunicod.c \
 	examples/exupdate.c \
 	examples/exxfade.c \
-	examples/exzbuf.c
+	examples/exzbuf.c \
+	examples/exglalleg.c \
+	examples/exglalpfnt.c \
+	examples/exglcamera.c \
+	examples/exglext.c \
+	examples/exglgui.c \
+	examples/exglmasked.c \
+	examples/exgltext.c \
+	examples/exgltextur.c
 
 ALLEGRO_EXAMPLE_EXES = \
 	examples/ex12bit \
@@ -619,7 +642,15 @@
 	examples/exunicod \
 	examples/exupdate \
 	examples/exxfade \
-	examples/exzbuf
+	examples/exzbuf \
+	examples/exglalleg \
+	examples/exglalpfnt \
+	examples/exglcamera \
+	examples/exglext \
+	examples/exglgui \
+	examples/exglmasked \
+	examples/exgltext \
+	examples/exgltextur
 
 OBJ_CLEAN_FILES = \
 	obj/*/*.o obj/*/*/*.o obj/*/*/*/*.o obj/*/*.obj obj/*/*/*.obj
@@ -629,8 +660,9 @@
 	obj/*/*.res obj/*/asmdef obj/*/*.inc \
 	lib/*/*.a lib/unix/*.so* lib/unix/sta* \
 	lib/*/*.lib lib/*/*.exp lib/*/*.dll \
-	lib/*/*.pdb lib/*/*.ilk lib/*/*.map *.pdb */*.pdb \
-	*/*.ilk */*.map */*.sym gmon.out */gmon.out */*.prf \
+	lib/*/*.pdb lib/*/*.ilk lib/*/*.map *.pdb */*.pdb */*/*.pdb \
+	*/*.ilk */*/*.ilk */*.map */*.sym gmon.out */gmon.out */*.prf \
+	obj/msvc/cpp-tested obj/msvc/cpp-yes \
 	allegro.log */allegro.log */*/allegro.log \
 	log */log */*/log core */core */*/core
 
Index: tests/win/.cvsignore
===================================================================
RCS file: /cvsroot/alleg/allegro/tests/win/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- tests/win/.cvsignore	17 Nov 2001 12:37:36 -0000	1.1
+++ tests/win/.cvsignore	28 Jun 2005 15:51:09 -0000
@@ -1 +1,3 @@
 scrsave.scr
+*.ilk
+*.pdb
Index: obj/msvc/.cvsignore
===================================================================
RCS file: /cvsroot/alleg/allegro/obj/msvc/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- obj/msvc/.cvsignore	17 Nov 2001 12:37:35 -0000	1.1
+++ obj/msvc/.cvsignore	28 Jun 2005 15:51:09 -0000
@@ -1 +1,3 @@
 asmcapa.h
+cpp-yes
+cpp-tested


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/