mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-14 10:37:01 -07:00
Current ProxSpace environment (13.06.2013)
This commit is contained in:
commit
0565d54ef3
19598 changed files with 4268052 additions and 0 deletions
18
devkitARM/gp32_rules
Normal file
18
devkitARM/gp32_rules
Normal file
|
@ -0,0 +1,18 @@
|
|||
-include $(DEVKITARM)/base_rules
|
||||
|
||||
LIBMIRKO := $(DEVKITPRO)/libmirko
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.fxe: %.bin
|
||||
@b2fxec -a "$(AUTHOR)" -t "$(TITLE)" $< $@
|
||||
@echo built ... $(notdir $@)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.bin: %.elf
|
||||
@$(OBJCOPY) -O binary $< $@
|
||||
@echo built ... $(notdir $@)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.elf:
|
||||
@echo linking binary
|
||||
@$(LD) $(LDFLAGS) -specs=gp32.specs $(OFILES) $(LIBPATHS) $(LIBS) -o $@
|
Loading…
Add table
Add a link
Reference in a new issue