[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: Thu, 30 Jun 2005 15:26:37 -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=acU4udHQIoW49kGYk8JAo2dExAtGRxbctfZXdgYfbnhQ/yFMHiXGV68xTsRNomV1SIxb0h5nDs8i1CrgSRQIB/UmLqes0sNapY30CYk1O7ww3F2A5oxkhzY+6dIHvOyFWCKD6P3KZWp2Mq3E4d3O7rso7ERer6RcTS1emtMrQ0g=
Really sorry for basically resubmitting the same patch three times,
but there are still problems... I forgot to remove the Allegro GL
references in the second patch. Here is the file, without any
references to Allegro GL. Again, we also need 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
@@ -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