diff options
author | tron <tron@openttd.org> | 2005-01-25 15:38:35 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-01-25 15:38:35 +0000 |
commit | de649779572f23b0b8ee840941a8389fe156e634 (patch) | |
tree | cb5f3f7b4ec25650e8c201751ecf132e49daa22d | |
parent | c340be487b59c3c8c5c13f2ec44357116ce3d3d9 (diff) | |
download | openttd-de649779572f23b0b8ee840941a8389fe156e634.tar.xz |
(svn r1666) Move some MorphOS compile flags to a place where they actually belong
-rw-r--r-- | Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |