Prelim SDL-GL _target_ support. TEST THIS!

This commit is contained in:
Jeff Teunissen 2000-07-11 07:43:55 +00:00
parent ba47dca3aa
commit 9086b218e9
1 changed files with 4 additions and 0 deletions

View File

@ -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)"