summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-03 21:32:39 -0400
committerMax <mparisi@stevens.edu>2020-10-03 21:32:39 -0400
commit4c8750d45b08df16f5adf5c817cc30b52b7a2efa (patch)
tree760d3baa237c7d5eb58209e0157eb927455d6b76 /obj_files.mk
parentc4508f3b648a7b095fcba974e69882333fbd2d3b (diff)
split AXFXReverbHiExp and AXFXDelay
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index d43bc6b..6abd143 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -194,7 +194,10 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/SDK/AX/AXProf.o \
$(BUILD_DIR)/asm/SDK/AX/AXFXReverbHi.o \
$(BUILD_DIR)/asm/text_8_3.o \
+ $(BUILD_DIR)/asm/SDK/AX/AXFXReverbHiExp.o \
$(BUILD_DIR)/asm/text_8_4.o \
+ $(BUILD_DIR)/asm/SDK/AX/AXFXDelay.o \
+ $(BUILD_DIR)/asm/text_8_5.o \
$(BUILD_DIR)/asm/text_9.o \
$(BUILD_DIR)/asm/text_10.o \
$(BUILD_DIR)/src/GameSpy/darray.o \