forked from mirror/OpenTTD
(svn r1666) Move some MorphOS compile flags to a place where they actually belong
This commit is contained in:
9
Makefile
9
Makefile
@@ -226,11 +226,6 @@ endif
|
|||||||
CC=gcc
|
CC=gcc
|
||||||
CXX=g++
|
CXX=g++
|
||||||
|
|
||||||
ifdef MORPHOS
|
|
||||||
CC += -noixemul -pipe
|
|
||||||
CXX += -noixemul -pipe
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Executable file extension
|
# Executable file extension
|
||||||
ifdef WIN32
|
ifdef WIN32
|
||||||
EXE=.exe
|
EXE=.exe
|
||||||
@@ -369,6 +364,10 @@ ifdef WITH_NETWORK
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef MORPHOS
|
||||||
|
CFLAGS += -noixemul -pipe
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef SUNOS
|
ifdef SUNOS
|
||||||
CDEFS += -DSUNOS
|
CDEFS += -DSUNOS
|
||||||
ifdef WITH_NETWORK
|
ifdef WITH_NETWORK
|
||||||
|
Reference in New Issue
Block a user