Makefile
changeset 1029 c6bbfed6fc26
parent 988 2482369a61ff
child 1051 c56a3ce9b64f
--- 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
 
 
 ##############################################################################