wangzhengquan
2020-11-26 f8c7aec85fdbf6b98fbb6ff50d98733b79c26dad
udpate
2个文件已删除
3个文件已修改
9 ■■■■■ 已修改文件
lib/libusgcommon.so.bk 补丁 | 查看 | 原始文档 | blame | 历史
src/Makefile 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/common 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
test_net_socket/Makefile 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
test_socket/Makefile 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
lib/libusgcommon.so.bk
Binary files differ
src/Makefile
@@ -12,7 +12,7 @@
# 开源工具包
#LDLIBS += -lusgcommon
LDLIBS += -lusgcommon
#-I$(ROOT)/include/usgcommon
src/common
File was deleted
test_net_socket/Makefile
@@ -9,10 +9,10 @@
#-lusgcommon
# 开源工具包
LDLIBS += -lshm_queue  -lpthread
LDLIBS += -lshm_queue -lpthread -lusgcommon
#-I$(ROOT)/include/usgcommon
INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I./include/usgcommon
INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I${ROOT}/include/usgcommon
PROGS = ${DEST}/test_net_mod_socket
test_socket/Makefile
@@ -8,7 +8,7 @@
# 开源工具包
#-lusgcommon
LDLIBS += -lshm_queue  -lpthread
LDLIBS += -lshm_queue  -lpthread -lusgcommon
INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I$(ROOT)/include/usgcommon