diff options
author | Max <mparisi@stevens.edu> | 2020-10-09 19:53:02 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-09 19:53:02 -0400 |
commit | ac04e81749268c1a0a281dfc01bfc6aae6d2225e (patch) | |
tree | b044c444e33ae995f8eb2e6aca191013e309e44c /obj_files.mk | |
parent | 28cdb7e8aaec2598e97f6237999c0ae7935ce7e6 (diff) |
split d_nhttp_common
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index d48b3f4..92ffefd 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -347,6 +347,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/SDK/NHTTP/NHTTP_thread.o \ $(BUILD_DIR)/asm/SDK/NHTTP/d_nhttp_private.o \ $(BUILD_DIR)/asm/SDK/NHTTP/d_nhttp.o \ + $(BUILD_DIR)/asm/SDK/NHTTP/d_nhttp_common.o \ $(BUILD_DIR)/asm/text_9.o \ $(BUILD_DIR)/asm/text_10.o \ $(BUILD_DIR)/src/GameSpy/darray.o \ |