diff options
| author | jdflyer <jdflyer10@gmail.com> | 2023-01-24 21:41:59 -0700 |
|---|---|---|
| committer | jdflyer <jdflyer10@gmail.com> | 2023-01-24 21:41:59 -0700 |
| commit | d4fdfdf1f69997db004741268eace8a36740875b (patch) | |
| tree | e1aa7416a811e0d7aba5af41c2a1d24a8fa50520 /Makefile | |
| parent | c40f15c9a736a90c33adde98cce9b90ba217a163 (diff) | |
| parent | d17c122e4dbc65f6f0f2b0309e281aeef20c4afc (diff) | |
Merge with upstream
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -70,7 +70,7 @@ endif AS := $(DEVKITPPC)/bin/powerpc-eabi-as OBJCOPY := $(DEVKITPPC)/bin/powerpc-eabi-objcopy STRIP := $(DEVKITPPC)/bin/powerpc-eabi-strip -CC := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwcceppc_patched.exe +CC := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwcceppc_modded.exe DOLPHIN_LIB_CC := $(WINE) tools/mwcc_compiler/1.2.5/mwcceppc.exe FRANK_CC := $(WINE) tools/mwcc_compiler/1.2.5e/mwcceppc.exe LD := $(WINE_LD) tools/mwcc_compiler/$(MWCC_VERSION)/mwldeppc.exe @@ -163,7 +163,8 @@ docs: rels: $(ELF) $(RELS) @echo generating RELs from .plf - @$(PYTHON) $(MAKEREL) build --string-table $(BUILD_DIR)/frameworkF.str $(RELS) $(ELF) + @echo $(RELS) > build/plf_files + $(PYTHON) $(MAKEREL) build --string-table $(BUILD_DIR)/frameworkF.str @build/plf_files $(ELF) $(ELF): $(LIBS) $(O_FILES) @echo $(O_FILES) > build/o_files |
