mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +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
|
||||
TARGETS="$TARGETS qf-client-sdl\$(EXEEXT)"
|
||||
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
|
||||
if test "x$HAVE_SVGA" = xyes ; then
|
||||
TARGETS="$TARGETS qf-client-svga\$(EXEEXT)"
|
||||
|
|
Loading…
Reference in a new issue