Changeset - r2299:f465fd68e7cc
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2005-08-06 20:53:02
truelight@openttd.org
(svn r2823) -Fix: MorphOS doesn't have pthread either!
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -213,15 +213,17 @@ endif
 

	
 
# remove the dependancy for sdl if DEDICALTED is used
 
# and add -lpthread to LDFLAGS, because SDL normally adds that...
 
ifdef DEDICATED
 
WITH_SDL:=
 
ifndef WIN32
 
ifndef MORPHOS
 
LDFLAGS+=-lpthread
 
endif
 
endif
 
endif
 

	
 

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