diff options
author | Max <mparisi@stevens.edu> | 2020-10-04 00:14:32 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-04 00:14:32 -0400 |
commit | b797027f0f9e6fe56c802a46e146918aa884dfc9 (patch) | |
tree | 2e63f7728f08d77c2d7fddb252781a29818b7015 /obj_files.mk | |
parent | bcae721dbb421c50416eed649e17e468ba46efc0 (diff) |
mem_heapCommon and mem_expHeap
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 6abd143..ed2559d 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -198,6 +198,9 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/text_8_4.o \ $(BUILD_DIR)/asm/SDK/AX/AXFXDelay.o \ $(BUILD_DIR)/asm/text_8_5.o \ + $(BUILD_DIR)/asm/SDK/MEM/mem_heapCommon.o \ + $(BUILD_DIR)/asm/SDK/MEM/mem_expHeap.o \ + $(BUILD_DIR)/asm/text_8_6.o \ $(BUILD_DIR)/asm/text_9.o \ $(BUILD_DIR)/asm/text_10.o \ $(BUILD_DIR)/src/GameSpy/darray.o \ |