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
 
@@ -226,11 +226,6 @@ endif
 
CC=gcc
 
CXX=g++
 

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

	
 
# Executable file extension
 
ifdef WIN32
 
EXE=.exe
 
@@ -369,6 +364,10 @@ ifdef WITH_NETWORK
 
endif
 
endif
 

	
 
ifdef MORPHOS
 
CFLAGS += -noixemul -pipe
 
endif
 

	
 
ifdef SUNOS
 
CDEFS += -DSUNOS
 
ifdef WITH_NETWORK
0 comments (0 inline, 0 general)