diff options
| author | Max Horn | 2007-06-18 12:43:39 +0000 |
|---|---|---|
| committer | Max Horn | 2007-06-18 12:43:39 +0000 |
| commit | e5c205a3241dddaa49856bc8f2f09856e5dae3ad (patch) | |
| tree | 802850bac313992c8c21bdd3b9cdcbd8975d84d7 /backends/platform/ds/arm9/makefile | |
| parent | 1fff4333e30fbaa03054da67e9733008f36ee0fb (diff) | |
| download | scummvm-rg350-e5c205a3241dddaa49856bc8f2f09856e5dae3ad.tar.gz scummvm-rg350-e5c205a3241dddaa49856bc8f2f09856e5dae3ad.tar.bz2 scummvm-rg350-e5c205a3241dddaa49856bc8f2f09856e5dae3ad.zip | |
Added backends/platform/ds/arm9/makefile(.in) to tools/update-version.pl
svn-id: r27533
Diffstat (limited to 'backends/platform/ds/arm9/makefile')
| -rw-r--r-- | backends/platform/ds/arm9/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index f28abd2b77..cb41774064 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -333,8 +333,8 @@ endif #--------------------------------------------------------------------------------- %.nds: %.bin - @echo ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM 0.9.0;DS Port" - ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM 0.9.1;DS Port" + @echo ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM 0.11.0svn;DS Port" + ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM 0.11.0svn;DS Port" dsbuild $@ -l ../ndsloader.bin padbin 16 $(basename $@).ds.gba |
