Changeset - r1029:ea38d27e1d01
[Not reviewed]
master
0 1 0
bjarni - 19 years ago 2005-01-15 21:30:16
bjarni@openttd.org
(svn r1530) Makefilefix: now the binary never links to SDL if DEDICATED is set. Thanks to igor2code for making me aware of this issue even through I fixed it in a different way than his patch did. (I made dedicated never link to sdl, nomatter what makefile.config says)
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -226,6 +226,10 @@ endif
 
endif
 
endif
 

	
 
# remove the dependancy for sdl if DEDICALTED is used
 
ifdef DEDICATED
 
WITH_SDL:=
 
endif
 

	
 

	
 
##############################################################################
0 comments (0 inline, 0 general)