mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-23 13:20:02 +00:00
fix building pms_aikotoba
This commit is contained in:
parent
6cecf53d9e
commit
178694e1bc
@ -13,7 +13,7 @@ $(PMS_AIKOTOBA_NARC): %.narc: %.s %.d
|
||||
@echo gen $@
|
||||
@mkdir -p $*
|
||||
@$(RM) $*/*
|
||||
@$(WINE) $(MWAS) $(MWASFLAGS) $(DEPFLAGS) -o $*.o $< || { rm -f $*.d; exit 1; }
|
||||
@$(WINE) $(MWAS) $(MWASFLAGS) $(DEPFLAGS) -DPM_ASM -o $*.o $< || { rm -f $*.d; exit 1; }
|
||||
@$(call fixdep,$*.d)
|
||||
@$(OBJCOPY) -O binary $*.o $*/tmp.bin
|
||||
@$(KNARC) -p $@ -d $*
|
||||
|
Loading…
Reference in New Issue
Block a user