diff options
| author | Max Horn | 2007-12-16 21:41:10 +0000 |
|---|---|---|
| committer | Max Horn | 2007-12-16 21:41:10 +0000 |
| commit | 7599b2cb960b972570948a0541fc30cfbb6385e5 (patch) | |
| tree | 365240ed68d09d01347c91279440e0325e2e7620 /backends/platform/ds/arm9/makefile | |
| parent | 73398deb6c53041d97e169592011c203caff9282 (diff) | |
| download | scummvm-rg350-7599b2cb960b972570948a0541fc30cfbb6385e5.tar.gz scummvm-rg350-7599b2cb960b972570948a0541fc30cfbb6385e5.tar.bz2 scummvm-rg350-7599b2cb960b972570948a0541fc30cfbb6385e5.zip | |
Patch #1847599: Several enhancements for the build system
svn-id: r29889
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 e10711d2ef..c93fd66dcd 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -440,8 +440,8 @@ endif #--------------------------------------------------------------------------------- %.nds: %.bin - @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" + @echo ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM $(VERSION);DS Port" + ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM $(VERSION);DS Port" dsbuild $@ -l ../ndsloader.bin padbin 16 $(basename $@).ds.gba |
