mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-19 20:18:11 +08:00
8193302162
PUBLISHED_FROM=05d3cca6223c963e7ae89dde3628fa8fad46e6bd
6 lines
179 B
Makefile
6 lines
179 B
Makefile
PROG = socks_server
|
|
# NOTE(lsm): -DMG_ENABLE_IPV6 won't work for the mingw build
|
|
MODULE_CFLAGS = -DMG_ENABLE_SOCKS=1 # -DMG_ENABLE_DEBUG=1
|
|
#SSL_LIB=openssl
|
|
include ../examples.mk
|