diff options
| author | Max Horn | 2002-08-21 17:35:46 +0000 | 
|---|---|---|
| committer | Max Horn | 2002-08-21 17:35:46 +0000 | 
| commit | ee3ea28e6cbef89ea9416c3a38fef422a77392a3 (patch) | |
| tree | 089a643d599b2bba5bd6378e8057b72e6f7f98fd /backends/morphos | |
| parent | c0324a9e6df3b472b5483803983e8831f3777a44 (diff) | |
| download | scummvm-rg350-ee3ea28e6cbef89ea9416c3a38fef422a77392a3.tar.gz scummvm-rg350-ee3ea28e6cbef89ea9416c3a38fef422a77392a3.tar.bz2 scummvm-rg350-ee3ea28e6cbef89ea9416c3a38fef422a77392a3.zip | |
first go at modularizing the build system
svn-id: r4796
Diffstat (limited to 'backends/morphos')
| -rw-r--r-- | backends/morphos/build.rules | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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 | 
