- bootstrap clean removes autom4te.cache

- added 3DFX driver to vid_menu.c
This commit is contained in:
Jamie Wilkinson 2002-04-13 02:03:20 +00:00
parent b02711f1a5
commit e68dc6402a
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ if [ "$1" = "clean" ]; then
find . -name Makefile.in -print | xargs rm -f
rm -f aclocal.m4 install-sh missing mkinstalldirs \
stamp-h.in tags configure config.*
rm -rf autom4te.cache
else

View File

@ -243,6 +243,7 @@ void VID_MenuInit( void )
"[software SDL ]",
"[OpenGL GLX ]",
"[SDL OpenGL ]",
"[3DFX OpenGL ]",
0
};
static const char *yesno_names[] =