From 9fa0a7f1da1b70bee995f53c6c96c43189018772 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 1 Feb 2023 18:45:02 -0400 Subject: global: Import Dolphin SDK This version comes from the Metroid Prime decompilation project. https://github.com/PrimeDecomp/prime --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c5019b6..1f61024 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ CPP := $(DEVKITPPC)/bin/powerpc-eabi-cpp -P CC := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwcceppc.exe LD := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwldeppc.exe -INCLUDES := -i include/ +INCLUDES := -i include -i include/dolphin -i include/libc ASM_INCLUDES := -I include/ ifdef LD_TEST -- cgit v1.2.3-13-gbd6f