Commit 7abf671f authored by 黄振令's avatar 黄振令

Author: huang.zhenling

parent e99a90d1
...@@ -4,11 +4,9 @@ $(call Append_Conditional, LIB_SRCS_EXCLUDE, midware.c) ...@@ -4,11 +4,9 @@ $(call Append_Conditional, LIB_SRCS_EXCLUDE, midware.c)
$(call Append_Conditional, SRCS_midware, midware.c) $(call Append_Conditional, SRCS_midware, midware.c)
$(call Append_Conditional, TARGET, midware) $(call Append_Conditional, TARGET, midware)
LDFLAGS += -L$(TOP_DIR)/output/release/lib -static -lapi_com
#LDFLAGS += -L$(TOP_DIR)/common/api -static -lev -lnanomsg -ldl
CFLAGS += -I$(TOP_DIR)/common/nanomsg/include CFLAGS += -I$(TOP_DIR)/common/nanomsg/include
CFLAGS += -I$(TOP_DIR)/common/ev/include CFLAGS += -I$(TOP_DIR)/common/ev/include
CFLAGS += -I$(TOP_DIR)/common/api CFLAGS += -I$(TOP_DIR)/common/api
LDFLAGS += -lapi_com
LDFLAGS += -L$(TOP_DIR)/common/nanomsg -static -lnanomsg -lanl LDFLAGS += -L$(TOP_DIR)/common/nanomsg -static -lnanomsg -lanl
LDFLAGS += -L$(TOP_DIR)/common/ev -static -lev LDFLAGS += -L$(TOP_DIR)/common/ev -static -lev
LDFLAGS += -lapi_com \ No newline at end of file
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment