Changeset - r1164:fd63d4650504
[Not reviewed]
master
0 1 0
tron - 20 years ago 2005-01-25 15:38:35
tron@openttd.org
(svn r1666) Move some MorphOS compile flags to a place where they actually belong
1 file changed with 4 insertions and 5 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -223,17 +223,12 @@ endif
 
#
 
# Compiler configuration
 
#
 
CC=gcc
 
CXX=g++
 

	
 
ifdef MORPHOS
 
CC += -noixemul -pipe
 
CXX += -noixemul -pipe
 
endif
 

	
 
# Executable file extension
 
ifdef WIN32
 
EXE=.exe
 
else
 
EXE=
 
endif
 
@@ -366,12 +361,16 @@ ifdef WITH_NETWORK
 
		# Zeta needs a few more libraries than R5
 
		LDFLAGS += -lbind -lsocket
 
	endif
 
endif
 
endif
 

	
 
ifdef MORPHOS
 
CFLAGS += -noixemul -pipe
 
endif
 

	
 
ifdef SUNOS
 
CDEFS += -DSUNOS
 
ifdef WITH_NETWORK
 
LDFLAGS += -lnsl -lsocket
 
endif
 
endif
0 comments (0 inline, 0 general)