Re: [AD] Re: Make clean patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-06-30, Ryan Patterson <cgamesplay@xxxxxxxxxx> wrote:
> 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/.
> 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 \
It should be fine just to change the "msvc" to "*", yes?
Peter