mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 15:51:44 +02:00
Merge pull request #99 from kou/support-mingw
c: supports DLL generation by MinGW
This commit is contained in:
@@ -20,7 +20,7 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
# -version-info CURRENT:REVISION:AGE
|
# -version-info CURRENT:REVISION:AGE
|
||||||
libmsgpack_la_LDFLAGS = -version-info 3:0:0
|
libmsgpack_la_LDFLAGS = -version-info 3:0:0 -no-undefined
|
||||||
|
|
||||||
|
|
||||||
# backward compatibility
|
# backward compatibility
|
||||||
@@ -33,7 +33,7 @@ libmsgpackc_la_SOURCES = \
|
|||||||
vrefbuffer.c \
|
vrefbuffer.c \
|
||||||
zone.c
|
zone.c
|
||||||
|
|
||||||
libmsgpackc_la_LDFLAGS = -version-info 2:0:0
|
libmsgpackc_la_LDFLAGS = -version-info 2:0:0 -no-undefined
|
||||||
|
|
||||||
|
|
||||||
nobase_include_HEADERS = \
|
nobase_include_HEADERS = \
|
||||||
|
Reference in New Issue
Block a user