From f310eec5774388373ac23665fad676adb72b91c7 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 15 Oct 2009 15:18:25 +0000 Subject: [PATCH] build nds from elf --- dkarm-eabi/rules/ds_rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dkarm-eabi/rules/ds_rules b/dkarm-eabi/rules/ds_rules index 8ce0523..97a4d82 100644 --- a/dkarm-eabi/rules/ds_rules +++ b/dkarm-eabi/rules/ds_rules @@ -28,7 +28,11 @@ endif #--------------------------------------------------------------------------------- %.nds: %.arm9 - @echo $(_ADDFILES) + @ndstool -c $@ -9 $< -b $(GAME_ICON) "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" $(_ADDFILES) + @echo built ... $(notdir $@) + +#--------------------------------------------------------------------------------- +%.nds: %.elf @ndstool -c $@ -9 $< -b $(GAME_ICON) "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" $(_ADDFILES) @echo built ... $(notdir $@)