summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-10 14:20:35 -0400
committerMax <mparisi@stevens.edu>2020-10-10 14:20:35 -0400
commit3e9dc694fab0726034d38e388d117d2520f41ab0 (patch)
tree79a6bbfb46b60a63d72865d54def8fd315f119b8 /obj_files.mk
parent75091a5dcd9d6481a9ba3c3ce5be42c32757a844 (diff)
split d_common, d_hash, d_time
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 600b257..cfc73b7 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -388,6 +388,9 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/SDK/VF/pf_system.o \
$(BUILD_DIR)/asm/SDK/VF/d_vf.o \
$(BUILD_DIR)/asm/SDK/VF/d_vf_sys.o \
+ $(BUILD_DIR)/asm/SDK/VF/d_hash.o \
+ $(BUILD_DIR)/asm/SDK/VF/d_time.o \
+ $(BUILD_DIR)/asm/SDK/VF/d_common.o \
$(BUILD_DIR)/asm/text_9_2.o \
$(BUILD_DIR)/asm/text_10.o \
$(BUILD_DIR)/src/GameSpy/darray.o \