wangzhengquan
2020-07-20 2ddbca513cc8bdec3d33563739722908e9d8a80d
add reference /lib/libusgcommon.so
1个文件已添加
7个文件已修改
2 ■■■ 已修改文件
demo/pub_sub 补丁 | 查看 | 原始文档 | blame | 历史
demo/req_rep 补丁 | 查看 | 原始文档 | blame | 历史
queue/Makefile 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
queue/libshm_queue.a 补丁 | 查看 | 原始文档 | 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
@@ -39,7 +39,7 @@
    $(RANLIB) $@
#dynamic lib
$(DLIBSQUEUE): $(SOURCES)
$(DLIBSQUEUE): $(SOURCES) $(ROOT)/lib/libusgcommon.so
    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.a
Binary files differ
queue/libshm_queue.so
Binary files differ
test/communication
Binary files differ
test2/pub_sub
Binary files differ
test2/req_rep
Binary files differ