mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
Prelim SDL-GL _target_ support. TEST THIS!
This commit is contained in:
parent
ba47dca3aa
commit
9086b218e9
1 changed files with 4 additions and 0 deletions
|
@ -943,6 +943,10 @@ fi
|
||||||
if test "x$HAVE_SDL" = xyes ; then
|
if test "x$HAVE_SDL" = xyes ; then
|
||||||
TARGETS="$TARGETS qf-client-sdl\$(EXEEXT)"
|
TARGETS="$TARGETS qf-client-sdl\$(EXEEXT)"
|
||||||
CL_TARGETS="$CL_TARGETS SDL"
|
CL_TARGETS="$CL_TARGETS SDL"
|
||||||
|
if test "x$HAVE_GLX" = xyes; then
|
||||||
|
TARGETS="$TARGETS qf-client-sgl\$(EXEEXT)"
|
||||||
|
CL_TARGETS="$CL_TARGETS SDL-GL"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
if test "x$HAVE_SVGA" = xyes ; then
|
if test "x$HAVE_SVGA" = xyes ; then
|
||||||
TARGETS="$TARGETS qf-client-svga\$(EXEEXT)"
|
TARGETS="$TARGETS qf-client-svga\$(EXEEXT)"
|
||||||
|
|
Loading…
Reference in a new issue