mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-02 10:31:42 -04:00
Big 19750 renames
This commit is contained in:
@@ -244,7 +244,7 @@ include $(MAKEFILE_SPLIT)
|
||||
# These are files that need to be encoded into EUC-JP in order for the ROM to match
|
||||
# We filter them out from the regular C_FILES since we don't need nor want the
|
||||
# UTF-8 versions getting compiled
|
||||
EUC_JP_FILES := src/ending/credits.c src/code_80005FD0.c src/code_80091750.c
|
||||
EUC_JP_FILES := src/ending/credits.c src/code_80005FD0.c src/menu_items.c
|
||||
C_FILES := $(filter-out %.inc.c,$(filter-out $(EUC_JP_FILES),$(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.c))))
|
||||
S_FILES := $(foreach dir,$(ASM_DIRS),$(wildcard $(dir)/*.s))
|
||||
# Include source files in courses/course_name/files.c but exclude .inc.c files.
|
||||
|
||||
Reference in New Issue
Block a user