mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +00:00
Initial setup for OSX repo support
This commit is contained in:
parent
e050319e07
commit
3951872edc
2 changed files with 23 additions and 2 deletions
4
makefile
4
makefile
|
@ -146,7 +146,7 @@ build/asm/%.o: asm/%.s
|
|||
$(AS) $(ASFLAGS) $^ -o $@
|
||||
|
||||
build/data/%.o: data/%.s
|
||||
iconv --to EUC-JP $^ | $(AS) $(ASFLAGS) -o $@
|
||||
iconv --from UTF-8 --to EUC-JP $^ | $(AS) $(ASFLAGS) -o $@
|
||||
|
||||
#build/assets/%.o: assets/%.s
|
||||
# $(AS) $(ASFLAGS) $^ -o $@
|
||||
|
@ -172,7 +172,7 @@ build/src/overlays/%.o: src/overlays/%.c
|
|||
@$(OBJDUMP) -d $@ > $(@:.o=.s)
|
||||
|
||||
build/asm/overlays/%.o: asm/overlays/%.s
|
||||
iconv --to EUC-JP $^ | $(AS) $(ASFLAGS) -o $@
|
||||
iconv --from UTF-8 --to EUC-JP $^ | $(AS) $(ASFLAGS) -o $@
|
||||
|
||||
build/src/%.o: src/%.c
|
||||
$(CC) -c $(CFLAGS) $(OPTIMIZATION) -o $@ $^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue