wangzhengquan
2020-07-20 f8396d5e8ec8bd018732ff7edfcadd302c2cefb5
update
7个文件已修改
6 ■■■■ 已修改文件
demo/pub_sub 补丁 | 查看 | 原始文档 | blame | 历史
demo/req_rep 补丁 | 查看 | 原始文档 | blame | 历史
queue/Makefile 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
queue/libshm_queue.so 补丁 | 查看 | 原始文档 | blame | 历史
test/communication 补丁 | 查看 | 原始文档 | blame | 历史
test2/pub_sub 补丁 | 查看 | 原始文档 | blame | 历史
test2/req_rep 补丁 | 查看 | 原始文档 | blame | 历史
demo/pub_sub
Binary files differ
demo/req_rep
Binary files differ
queue/Makefile
@@ -2,9 +2,9 @@
# Makefile for common library.
#
ROOT=..
LDLIBS+=-Wl,-rpath=$(ROOT)/lib
#LDLIBS+=-Wl,-rpath=$(ROOT)/lib
# 开源工具包路径
LDDIR += -L$(ROOT)/lib
#LDDIR += -L$(ROOT)/lib
# 开源工具包
LDLIBS += -lusgcommon
@@ -39,7 +39,7 @@
    $(RANLIB) $@
#dynamic lib
$(DLIBSQUEUE): $(SOURCES) $(ROOT)/lib/libusgcommon.so
$(DLIBSQUEUE): $(SOURCES)
    rm -f *.o
    $(CC) -fPIC -shared $(CFLAGS) $(LDFLAGS) $^ -o $@ 
    #$(CC) -fPIC -shared $(CFLAGS) $(LDFLAGS)  -o $@ $^ -Wl,--whole-archive $(ROOT)/lib/libusgcommon.a -Wl,--no-whole-archive 
queue/libshm_queue.so
Binary files differ
test/communication
Binary files differ
test2/pub_sub
Binary files differ
test2/req_rep
Binary files differ