[AD] Re: Make clean patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: [AD] Re: Make clean patch
- From: Ryan Patterson <cgamesplay@xxxxxxxxxx>
- Date: Tue, 28 Jun 2005 11:52:54 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=SWll40IK9uA8Uy/NiM4orYc8fErEwb4U46ShwWbXdZGi/AIdYU5al6SYER7Fbg9MvxUUcvXYmgu/se8vQY3XDpTfLGlAiwIfRWgM0wF8n+WsbirKP4CBbExM6UoFI3aYEHs9eV9vwT8zQhEWyrobmlS9grerhjqvwGaXxd/OcCk=
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