| changeset 1164 | 01c12c2f1973 |
| parent 1163 | 044430212516 |
| child 1167 | d8b7601118cf |
--- a/Makefile Tue Jan 25 15:35:11 2005 +0000 +++ b/Makefile Tue Jan 25 15:38:35 2005 +0000 @@ -226,11 +226,6 @@ CC=gcc CXX=g++ -ifdef MORPHOS -CC += -noixemul -pipe -CXX += -noixemul -pipe -endif - # Executable file extension ifdef WIN32 EXE=.exe @@ -369,6 +364,10 @@ endif endif +ifdef MORPHOS +CFLAGS += -noixemul -pipe +endif + ifdef SUNOS CDEFS += -DSUNOS ifdef WITH_NETWORK