external LDFLAGS for MINGW

This commit is contained in:
h_vogt 2010-09-18 16:58:31 +00:00
parent 883eba85be
commit 97085752a4
2 changed files with 6 additions and 0 deletions

View File

@ -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 ,

View File

@ -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