enable MINGW linking to -lShlwapi,
which failed during making 32 bit shared lib
This commit is contained in:
parent
3994f9de1a
commit
c076c932b4
|
|
@ -349,10 +349,9 @@ if WINCONSOLE
|
|||
LIBS += -lpsapi -lShlwapi
|
||||
endif
|
||||
|
||||
## FIXME: Should be allwed, but fails within MSYS2
|
||||
#if SHWIN
|
||||
#LIBS += -lpsapi -lShlwapi
|
||||
#endif
|
||||
if SHWIN
|
||||
LIBS += -lpsapi -lShlwapi
|
||||
endif
|
||||
|
||||
CLEANFILES = ngspice.idx spinit tclspinit pkgIndex.tcl
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@ if WINCONSOLE
|
|||
cmpp_LDADD = -lShlwapi
|
||||
endif
|
||||
|
||||
if SHWIN
|
||||
cmpp_LDADD = -lShlwapi
|
||||
endif
|
||||
|
||||
mod_lex.c : mod_lex.l
|
||||
$(am__skiplex) $(LEXCOMPILE) -o $@ $<
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue