Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
7dd1004b
Commit
7dd1004b
authored
9 years ago
by
Alexander Alashkin
Committed by
rojer
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mg examples
PUBLISHED_FROM=dec3ce8a13ff588637601cdb03dbe6196468ba4a
parent
19dd02ac
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile
examples/http_client/Makefile
+1
-1
Makefile
examples/mqtt_broker/Makefile
+1
-1
Makefile
examples/mqtt_client/Makefile
+1
-1
Makefile
examples/multithreaded_restful_server/Makefile
+1
-1
Makefile
examples/netcat/Makefile
+1
-1
Makefile
examples/restful_server_s3/Makefile
+1
-1
No files found.
examples/http_client/Makefile
View file @
7dd1004b
PROG
=
http_client
SSL_LIB
=
open
_
ssl
SSL_LIB
=
openssl
include
../examples.mk
This diff is collapsed.
Click to expand it.
examples/mqtt_broker/Makefile
View file @
7dd1004b
PROG
=
mqtt_broker
MODULE_CFLAGS
=
-DMG_ENABLE_MQTT_BROKER
SSL_LIB
=
open
_
ssl
SSL_LIB
=
openssl
include
../examples.mk
This diff is collapsed.
Click to expand it.
examples/mqtt_client/Makefile
View file @
7dd1004b
PROG
=
mqtt_client
MODULE_CFLAGS
=
-DMG_ENABLE_MQTT_BROKER
SSL_LIB
=
open
_
ssl
SSL_LIB
=
openssl
include
../examples.mk
This diff is collapsed.
Click to expand it.
examples/multithreaded_restful_server/Makefile
View file @
7dd1004b
PROG
=
multithreaded_restful_server
MODULE_CFLAGS
=
-DMG_ENABLE_THREADS
SSL_LIB
=
open
_
ssl
SSL_LIB
=
openssl
include
../examples.mk
This diff is collapsed.
Click to expand it.
examples/netcat/Makefile
View file @
7dd1004b
PROG
=
nc
MODULE_CFLAGS
=
-DMG_ENABLE_THREADS
SSL_LIB
=
open
_
ssl
SSL_LIB
=
openssl
include
../examples.mk
This diff is collapsed.
Click to expand it.
examples/restful_server_s3/Makefile
View file @
7dd1004b
PROG
=
restful_server_s3
SSL_LIB
=
open
_
ssl
SSL_LIB
=
openssl
include
../examples.mk
This diff is collapsed.
Click to expand it.
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