diff options
author | Max <mparisi@stevens.edu> | 2020-10-03 21:32:39 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-03 21:32:39 -0400 |
commit | 4c8750d45b08df16f5adf5c817cc30b52b7a2efa (patch) | |
tree | 760d3baa237c7d5eb58209e0157eb927455d6b76 /obj_files.mk | |
parent | c4508f3b648a7b095fcba974e69882333fbd2d3b (diff) |
split AXFXReverbHiExp and AXFXDelay
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 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 \ |