Makefile
changeset 1029 985407cedbbd
parent 988 4304525d1b8b
child 1051 be278201f830
--- 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
 
 
 ##############################################################################