mirror of https://github.com/ClassiCube/ClassiCube
PS3: Generate .pkg with icon
This commit is contained in:
parent
cc048431f6
commit
247561db66
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
|
|
@ -24,6 +24,7 @@ SHADERS := misc/ps3
|
|||
TITLE := ClassiCube
|
||||
APPID := CUBE00200
|
||||
CONTENTID := UP0001-$(APPID)_00-0000000000000000
|
||||
ICON0 := ../misc/ps3/ICON0.png
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
@ -115,6 +116,7 @@ DEPENDS := $(OFILES:.o=.d)
|
|||
#---------------------------------------------------------------------------------
|
||||
# main targets
|
||||
#---------------------------------------------------------------------------------
|
||||
$(OUTPUT).pkg: $(OUTPUT).self
|
||||
$(OUTPUT).self: $(OUTPUT).elf
|
||||
$(OUTPUT).elf: $(OFILES)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue