external LDFLAGS for MINGW
This commit is contained in:
parent
883eba85be
commit
97085752a4
|
|
@ -1,3 +1,6 @@
|
|||
2010-09-18 Holger Vogt
|
||||
* src/XSPICE/icm/makedefs.in: external LDFLAGS enabled for MINGW
|
||||
|
||||
2010-09-18 Robert Larice
|
||||
* contrib/mslib/liblook ,
|
||||
* contrib/mslib/libprm ,
|
||||
|
|
|
|||
|
|
@ -40,6 +40,9 @@ CMPP = $(TOPDIR)$(top_builddir)/src/xspice/cmpp/cmpp
|
|||
|
||||
# Flags to use when linking shared library
|
||||
LDFLAGS = -shared
|
||||
ifeq ($(ISMINGW), 1)
|
||||
LDFLAGS = -shared @LDFLAGS@
|
||||
endif
|
||||
ifeq "$(strip $(uname))" "Darwin"
|
||||
LDFLAGS = -bundle -flat_namespace -undefined suppress
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue