mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r1666) Move some MorphOS compile flags to a place where they actually belong
This commit is contained in:
parent
c340be487b
commit
de64977957
9
Makefile
9
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user