diff -r 37e5cf7baa96 -r c6bbfed6fc26 Makefile --- a/Makefile Sat Jan 15 20:43:01 2005 +0000 +++ b/Makefile Sat Jan 15 21:30:16 2005 +0000 @@ -226,6 +226,10 @@ endif endif +# remove the dependancy for sdl if DEDICALTED is used +ifdef DEDICATED +WITH_SDL:= +endif ##############################################################################