summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorMax <34987259+mparisi20@users.noreply.github.com>2020-10-03 21:38:43 -0400
committerGitHub <noreply@github.com>2020-10-03 21:38:43 -0400
commitbcae721dbb421c50416eed649e17e468ba46efc0 (patch)
tree760d3baa237c7d5eb58209e0157eb927455d6b76 /obj_files.mk
parente8d7f0fc1faf4ae2beacd52630d32625e692b607 (diff)
parent4c8750d45b08df16f5adf5c817cc30b52b7a2efa (diff)
Merge pull request #119 from mparisi20/master
Split the AI and AX libraries
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 31f91cd..6abd143 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -183,7 +183,21 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/SDK/DVD/dvdidutils.o \
$(BUILD_DIR)/asm/SDK/DVD/dvdFatal.o \
$(BUILD_DIR)/asm/SDK/DVD/dvd_broadway.o \
+ $(BUILD_DIR)/asm/SDK/AI/ai.o \
+ $(BUILD_DIR)/asm/SDK/AX/AX.o \
+ $(BUILD_DIR)/asm/SDK/AX/AXAlloc.o \
+ $(BUILD_DIR)/asm/SDK/AX/AXAux.o \
+ $(BUILD_DIR)/asm/SDK/AX/AXCL.o \
+ $(BUILD_DIR)/asm/SDK/AX/AXOut.o \
+ $(BUILD_DIR)/asm/SDK/AX/AXSPB.o \
+ $(BUILD_DIR)/asm/SDK/AX/AXVPB.o \
+ $(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 \