mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
need svgalib for 3dfx
This commit is contained in:
parent
47a6f2c9b5
commit
52b4daafb3
1 changed files with 1 additions and 1 deletions
|
@ -1239,7 +1239,7 @@ SND_PLUGIN_TARGETS="libsound_null.la libsound_disk.la"
|
||||||
VID_TARGETS=""
|
VID_TARGETS=""
|
||||||
BUILD_GL=no
|
BUILD_GL=no
|
||||||
BUILD_SW=no
|
BUILD_SW=no
|
||||||
if test "x$HAVE_GLIDE" = xyes -a "x$ENABLE_3DFX" = xyes; then
|
if test "x$HAVE_GLIDE" = xyes -a "x$HAVE_SVGA" = xyes -a "x$ENABLE_3DFX" = xyes; then
|
||||||
QW_TARGETS="$QW_TARGETS qw-client-3dfx\$(EXEEXT)"
|
QW_TARGETS="$QW_TARGETS qw-client-3dfx\$(EXEEXT)"
|
||||||
NQ_TARGETS="$NQ_TARGETS nq-3dfx\$(EXEEXT)"
|
NQ_TARGETS="$NQ_TARGETS nq-3dfx\$(EXEEXT)"
|
||||||
CL_TARGETS="$CL_TARGETS 3dfx"
|
CL_TARGETS="$CL_TARGETS 3dfx"
|
||||||
|
|
Loading…
Reference in a new issue