mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-18 20:38:00 +01:00
Merge pull request #99 from kou/support-mingw
c: supports DLL generation by MinGW
This commit is contained in:
commit
3399148d75
@ -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 = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user