mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
organize files, update makefile, add CI checks, begin adding d_save.cpp
This commit is contained in:
+2
-1
@@ -86,6 +86,7 @@ TEXT_O_FILES := \
|
||||
$(BUILD_DIR)/asm/d/com/d_com_static.o \
|
||||
$(BUILD_DIR)/asm/d/d_bomb.o \
|
||||
$(BUILD_DIR)/asm/d/d_lib.o \
|
||||
$(BUILD_DIR)/src/d/d_save/d_save.o \
|
||||
$(BUILD_DIR)/asm/d/d_save.o \
|
||||
$(BUILD_DIR)/asm/d/save/d_save_init.o \
|
||||
$(BUILD_DIR)/asm/d/jnt/d_jnt_col.o \
|
||||
@@ -604,7 +605,7 @@ TEXT_O_FILES := \
|
||||
$(BUILD_DIR)/asm/gx/GXPerf.o \
|
||||
$(BUILD_DIR)/asm/gd/GDBase.o \
|
||||
$(BUILD_DIR)/asm/gd/GDGeometry.o \
|
||||
$(BUILD_DIR)/asm/clib.o
|
||||
$(BUILD_DIR)/asm/clib.o
|
||||
|
||||
CTORS_O_FILES := \
|
||||
$(BUILD_DIR)/asm/ctors.o
|
||||
|
||||
Reference in New Issue
Block a user