File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ ifeq ($(strip $(DEVKITARM)),)
66$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
77endif
88
9+ # These set the information text in the nds file
10+ # GAME_TITLE := My Wonderful Homebrew
11+ # GAME_SUBTITLE1 := built with devkitARM
12+ # GAME_SUBTITLE2 := http://devitpro.org
13+
914include $(DEVKITARM ) /ds_rules
1015
1116# ---------------------------------------------------------------------------------
@@ -32,11 +37,6 @@ ICON :=
3237# this is relative to the Makefile
3338NITRO :=
3439
35- # These set the information text in the nds file
36- GAME_TITLE := Display List example
37- GAME_SUBTITLE1 := built with devkitARM
38- GAME_SUBTITLE2 := http://devitpro.org
39-
4040# ---------------------------------------------------------------------------------
4141# options for code generation
4242# ---------------------------------------------------------------------------------
173173# ---------------------------------------------------------------------------------
174174# main targets
175175# ---------------------------------------------------------------------------------
176- $(OUTPUT ) .nds : $(OUTPUT ) .elf $(GAME_ICON )
176+ $(OUTPUT ) .nds : $(OUTPUT ) .elf $(NITRO_FILES ) $( GAME_ICON )
177177$(OUTPUT ) .elf : $(OFILES )
178178
179179# source files depend on generated headers
You can’t perform that action at this time.
0 commit comments