demo/pub_sub | 补丁 | 查看 | 原始文档 | blame | 历史 | |
demo/req_rep | 补丁 | 查看 | 原始文档 | blame | 历史 | |
queue/Makefile | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
queue/libshm_queue.so | 补丁 | 查看 | 原始文档 | blame | 历史 | |
test/communication | 补丁 | 查看 | 原始文档 | blame | 历史 | |
test2/pub_sub | 补丁 | 查看 | 原始文档 | blame | 历史 | |
test2/req_rep | 补丁 | 查看 | 原始文档 | blame | 历史 |
demo/pub_subBinary files differ
demo/req_repBinary 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.soBinary files differ
test/communicationBinary files differ
test2/pub_subBinary files differ
test2/req_repBinary files differ