mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 15:41:31 -05:00
add rules for gxtexconv
This commit is contained in:
parent
4fa993263c
commit
986a5148b8
|
|
@ -9,10 +9,16 @@ include $(DEVKITPPC)/base_rules
|
||||||
|
|
||||||
MACHDEP = -DGEKKO -mogc -mcpu=750 -meabi -mhard-float
|
MACHDEP = -DGEKKO -mogc -mcpu=750 -meabi -mhard-float
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------------
|
||||||
%.dol: %.elf
|
%.dol: %.elf
|
||||||
@echo output ... $(notdir $@)
|
@echo output ... $(notdir $@)
|
||||||
@elf2dol $< $@
|
@elf2dol $< $@
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------------
|
||||||
|
%.tpl : %.scf
|
||||||
|
@echo $(notdir $<)
|
||||||
|
@gxtexconv -s $< -d $(DEPSDIR)/$*.d -o $@
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
%.elf:
|
%.elf:
|
||||||
@echo linking ... $(notdir $@)
|
@echo linking ... $(notdir $@)
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,15 @@ MACHDEP = -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float
|
||||||
|
|
||||||
include $(DEVKITPPC)/base_rules
|
include $(DEVKITPPC)/base_rules
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------------
|
||||||
%.dol: %.elf
|
%.dol: %.elf
|
||||||
@echo output ... $(notdir $@)
|
@echo output ... $(notdir $@)
|
||||||
@elf2dol $< $@
|
@elf2dol $< $@
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------------
|
||||||
|
%.tpl : %.scf
|
||||||
|
@echo $(notdir $<)
|
||||||
|
@gxtexconv -s $< -d $(DEPSDIR)/$*.d -o $@
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
%.elf:
|
%.elf:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user