mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 03:36:35 +00:00
(3DS) Minor makefile clean-ups required for new build infrastructure
This commit is contained in:
parent
4ddba05d91
commit
cc08a971e3
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user