summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-28 16:46:41 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-28 16:46:41 -0400
commitb1d5ff8898c1cca680842848586251c6f64b6932 (patch)
tree6277c47ec9238c4ba73bbfa3a3bb44375dc8bd2c /obj_files.mk
parent707b3cefe5df770944ce6956c2ceaa194b96f111 (diff)
TTcpSocket: Start work on `TTcpSocket`
I've done most of it, still have to do `test_connection()`, and `open()`.
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 1f9de57..48bd54d 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -1,5 +1,6 @@
O_FILES := $(BUILD_DIR)/src/main.o \
$(BUILD_DIR)/src/pso/TPlyGuildCardTag.o \
+ $(BUILD_DIR)/src/pso/TTcpSocket.o \
$(BUILD_DIR)/src/pso/TSocket.o \
$(BUILD_DIR)/src/pso/PSOV3EncryptionTCP.o \
$(BUILD_DIR)/src/pso/THeap.o \