From ee3ea28e6cbef89ea9416c3a38fef422a77392a3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 21 Aug 2002 17:35:46 +0000 Subject: first go at modularizing the build system svn-id: r4796 --- backends/morphos/build.rules | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 backends/morphos/build.rules (limited to 'backends/morphos') diff --git a/backends/morphos/build.rules b/backends/morphos/build.rules new file mode 100644 index 0000000000..d5b853984a --- /dev/null +++ b/backends/morphos/build.rules @@ -0,0 +1,5 @@ +CC = g++ +CFLAGS = -Wno-multichar -fstrength-reduce -fno-rtti -O2 +DEFINES = -DNO_PPCINLINE_STDARG -DNO_PPCINLINE_VARARGS +LDFLAGS = -noixemul -s +LIBS = -lamiga -lamigastubs -lcdda -- cgit v1.2.3