mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -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
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.dol: %.elf
|
||||
@echo output ... $(notdir $@)
|
||||
@elf2dol $< $@
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.tpl : %.scf
|
||||
@echo $(notdir $<)
|
||||
@gxtexconv -s $< -d $(DEPSDIR)/$*.d -o $@
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.elf:
|
||||
@echo linking ... $(notdir $@)
|
||||
|
|
|
|||
|
|
@ -9,9 +9,15 @@ MACHDEP = -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float
|
|||
|
||||
include $(DEVKITPPC)/base_rules
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.dol: %.elf
|
||||
@echo output ... $(notdir $@)
|
||||
@elf2dol $< $@
|
||||
@elf2dol $< $@
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.tpl : %.scf
|
||||
@echo $(notdir $<)
|
||||
@gxtexconv -s $< -d $(DEPSDIR)/$*.d -o $@
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.elf:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user