1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00

(3DS) Minor makefile clean-ups required for new build infrastructure

This commit is contained in:
jdgleaver 2020-12-03 11:30:10 +00:00 committed by m4xw
parent 4ddba05d91
commit cc08a971e3
2 changed files with 4 additions and 3 deletions

View File

@ -264,7 +264,7 @@ endif
%.vsh:
$(TARGET).smdh: $(APP_ICON)
$(TARGET).smdh: $(TARGET).elf $(APP_ICON)
$(DEVKITTOOLS)/bin/smdhtool --create "$(APP_TITLE)" "$(APP_DESCRIPTION)" "$(APP_AUTHOR)" $(APP_ICON) $@
$(TARGET).3dsx: $(TARGET).elf
@ -279,10 +279,10 @@ $(TARGET).elf: ctr/3dsx_custom_crt0.o
$(LD) $(LDFLAGS) $(OBJ) $(LIBDIRS) $(LIBS) -o $@
$(NM) -CSn $@ > $(notdir $*.lst)
$(TARGET).bnr: $(APP_BANNER) $(APP_AUDIO)
$(TARGET).bnr: $(TARGET).elf $(APP_BANNER) $(APP_AUDIO)
$(BANNERTOOL) makebanner -i "$(APP_BANNER)" -a "$(APP_AUDIO)" -o $@
$(TARGET).icn: $(APP_ICON)
$(TARGET).icn: $(TARGET).elf $(APP_ICON)
$(BANNERTOOL) makesmdh -s "$(APP_TITLE)" -l "$(APP_TITLE)" -p "$(APP_AUTHOR)" -i $(APP_ICON) -o $@
$(TARGET).3ds: $(TARGET).elf $(TARGET).bnr $(TARGET).icn $(APP_RSF)

View File

@ -351,6 +351,7 @@ else ifeq ($(LIBRETRO), nxengine)
APP_UNIQUE_ID = 0xBAC05
APP_ICON = pkg/ctr/assets/nxengine.png
APP_BANNER = pkg/ctr/assets/nxengine_banner.png
WHOLE_ARCHIVE_LINK = 1
else ifeq ($(LIBRETRO), o2em)
APP_TITLE = O2EM Libretro