mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-13 06:01:19 +00:00
- bootstrap clean removes autom4te.cache
- added 3DFX driver to vid_menu.c
This commit is contained in:
parent
b02711f1a5
commit
e68dc6402a
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ if [ "$1" = "clean" ]; then
|
||||||
find . -name Makefile.in -print | xargs rm -f
|
find . -name Makefile.in -print | xargs rm -f
|
||||||
rm -f aclocal.m4 install-sh missing mkinstalldirs \
|
rm -f aclocal.m4 install-sh missing mkinstalldirs \
|
||||||
stamp-h.in tags configure config.*
|
stamp-h.in tags configure config.*
|
||||||
|
rm -rf autom4te.cache
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|
|
@ -243,6 +243,7 @@ void VID_MenuInit( void )
|
||||||
"[software SDL ]",
|
"[software SDL ]",
|
||||||
"[OpenGL GLX ]",
|
"[OpenGL GLX ]",
|
||||||
"[SDL OpenGL ]",
|
"[SDL OpenGL ]",
|
||||||
|
"[3DFX OpenGL ]",
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
static const char *yesno_names[] =
|
static const char *yesno_names[] =
|
||||||
|
|
Loading…
Reference in a new issue