Makefile
changeset 1029 c6bbfed6fc26
parent 988 2482369a61ff
child 1051 c56a3ce9b64f
equal deleted inserted replaced
1028:37e5cf7baa96 1029:c6bbfed6fc26
   224 $(error You need to have SDL installed in order to run OpenTTD on UNIX. Use DEDICATED if you want to compile a CLI based server)
   224 $(error You need to have SDL installed in order to run OpenTTD on UNIX. Use DEDICATED if you want to compile a CLI based server)
   225 endif
   225 endif
   226 endif
   226 endif
   227 endif
   227 endif
   228 
   228 
       
   229 # remove the dependancy for sdl if DEDICALTED is used
       
   230 ifdef DEDICATED
       
   231 WITH_SDL:=
       
   232 endif
   229 
   233 
   230 
   234 
   231 ##############################################################################
   235 ##############################################################################
   232 #
   236 #
   233 # Compiler configuration
   237 # Compiler configuration