Split .comm declarations

This commit is contained in:
2022-08-10 22:27:22 -04:00
parent 0f326e1ce3
commit 11f69fcb5d
60 changed files with 208 additions and 158 deletions

View File

@@ -49,7 +49,7 @@ O_FILES := $(INIT_O_FILES) $(METROTRK_FILES) \
$(AR_FILES) $(BASE_FILES) $(DB_FILES) $(DSP_FILES) $(DVD_FILES) $(GX_FILES) $(MTX_FILES) \
$(OS_FILES) $(PAD_FILES) $(VI_FILES) $(MSL_PPCEABI_BARE_H) $(MUSYX_FILES) \
$(DTK_FILES) $(CARD_FILES) $(SI_FILES) $(EXI_FILES) $(THP_FILES) \
$(GBA_FILES) $(DTORS_O_FILES)
$(GBA_FILES)
DEPENDS := $(O_FILES:.o=.d)
# If a specific .o file is passed as a target, also process its deps
DEPENDS += $(MAKECMDGOALS:.o=.d)
@@ -59,7 +59,7 @@ DEPENDS += $(MAKECMDGOALS:.o=.d)
#-------------------------------------------------------------------------------
MWCC_VERSION := 1.3.2
MWLD_VERSION := 2.6
MWLD_VERSION := 1.3.2
# Programs
export WINEDEBUG ?= -all