[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: [AD] Make clean patch
- From: Ryan Patterson <cgamesplay@xxxxxxxxxx>
- Date: Tue, 28 Jun 2005 11:18:12 -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:mime-version:content-type; b=J84a1KHEG6YBKiPA2oEX1HHwByhy+3WH71I7AfLOS8icI6V1SDanLUGM3LXENYL18cTQRLUAo+wRr+NqNH/cKnJvU6JyEslfsEWm4+lktxWA3EYG47MeFtZW4nkhTfhSy+5E8QPPp0wZP3e5ofd/UDttywCD54SekSBZYEzU3/E=
Make clean does not remove all of the MSVC object files (specifically,
obj/msvc/cpp* and tests/win/*.{ilk,pdb}. This patch fixes that.
--
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:13: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: 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:13:09 -0000
@@ -1 +1,3 @@
asmcapa.h
+cpp-yes
+cpp-tested
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:13:09 -0000
@@ -1 +1,3 @@
scrsave.scr
+*.ilk
+*.pdb