diff options
author | Max <mparisi@stevens.edu> | 2020-10-10 14:20:35 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-10 14:20:35 -0400 |
commit | 3e9dc694fab0726034d38e388d117d2520f41ab0 (patch) | |
tree | 79a6bbfb46b60a63d72865d54def8fd315f119b8 /obj_files.mk | |
parent | 75091a5dcd9d6481a9ba3c3ce5be42c32757a844 (diff) |
split d_common, d_hash, d_time
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 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 \ |