diff options
| author | Max Horn | 2010-07-05 10:07:33 +0000 |
|---|---|---|
| committer | Max Horn | 2010-07-05 10:07:33 +0000 |
| commit | a9af5324489a88b34788baca0c29bbcf3a57f3bd (patch) | |
| tree | 9541af76697ab8ae06cbd38631a0f9e458382984 /backends/platform/ds/arm9/makefile | |
| parent | db1fa71745a6604612f295c4f5a33169bde75a75 (diff) | |
| download | scummvm-rg350-a9af5324489a88b34788baca0c29bbcf3a57f3bd.tar.gz scummvm-rg350-a9af5324489a88b34788baca0c29bbcf3a57f3bd.tar.bz2 scummvm-rg350-a9af5324489a88b34788baca0c29bbcf3a57f3bd.zip | |
DS: Can now build binaries via our "configure/make" build system.
Conversion of the old build system is incomplete. Binaries created
using this new build system support most likely will not run!
More work is needed, but the work done so far should be enough
to get basic NDS support on our buildbot working.
svn-id: r50672
Diffstat (limited to 'backends/platform/ds/arm9/makefile')
| -rw-r--r-- | backends/platform/ds/arm9/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index 7f03f4c310..295b5f1bf0 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -202,7 +202,6 @@ endif #endif ARM7BIN := -7 $(CURDIR)/../../arm7/arm7.bin -ICON := -b ../../../logo.bmp "ScummVM;By Neil Millstone;" CC = arm-eabi-gcc CXX = arm-eabi-g++ |
