diff options
author | Max <mparisi@stevens.edu> | 2020-10-11 13:46:29 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-11 13:46:29 -0400 |
commit | 27ddff932205cd2e848c9dd6fd7434b71ec2bd37 (patch) | |
tree | 3de97f9a8194f28a6b87d651346628a22eb94daa /obj_files.mk | |
parent | 4f6254bcc5232b6087f3843c6c2abf6d9f700fb1 (diff) |
split dwc_match.s
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obj_files.mk b/obj_files.mk index d701b0e..7959378 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -403,7 +403,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/SDK/DWC/dwc_match/dwc_friend.o \ $(BUILD_DIR)/asm/SDK/DWC/dwc_match/dwc_login.o \ $(BUILD_DIR)/asm/SDK/DWC/dwc_match/dwc_main.o \ - $(BUILD_DIR)/asm/text_9_3.o \ + $(BUILD_DIR)/asm/SDK/DWC/dwc_match/dwc_match.o \ $(BUILD_DIR)/asm/text_10.o \ $(BUILD_DIR)/src/GameSpy/darray.o \ $(BUILD_DIR)/src/GameSpy/hashtable.o \ |