Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈伟灿
k-sdk
Commits
9240474e
Commit
9240474e
authored
Aug 19, 2020
by
chen.weican
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修改内容】修改com_api,json以及mqtt采用动态库
【提交人】陈伟灿
parent
577f192d
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2984 deletions
+4
-2984
common/api/iot.mk
common/api/iot.mk
+2
-2
common/json/iot.mk
common/json/iot.mk
+1
-1
common/mqtt/MQTTClient.c
common/mqtt/MQTTClient.c
+0
-2980
common/mqtt/iot.mk
common/mqtt/iot.mk
+1
-1
No files found.
common/api/iot.mk
View file @
9240474e
LIB
A_TARGET
:=
libapi_com.a
#
LIB
SO_TARGET
:=
libapi_com.so
CFLAGS
+=
-I
$(TOP_DIR)
/common/nanomsg/include
CFLAGS
+=
-I
$(TOP_DIR)
/common/ev/include
...
...
common/json/iot.mk
View file @
9240474e
LIBA_TARGET
:=
libiot_cjson.a
\ No newline at end of file
LIBSO_TARGET
:=
libiot_cjson.so
\ No newline at end of file
common/mqtt/MQTTClient.c
deleted
100644 → 0
View file @
577f192d
This diff is collapsed.
Click to expand it.
common/mqtt/iot.mk
View file @
9240474e
LIB
A_TARGET
:=
libiot_mqtt.a
LIB
SO_TARGET
:=
libiot_mqtt.so
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment