mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
case correction for library name
This commit is contained in:
+4
-4
@@ -342,15 +342,15 @@ AM_CFLAGS = -static
|
|||||||
LIBS = @LIBS@ @X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@
|
LIBS = @LIBS@ @X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@
|
||||||
|
|
||||||
if WINGUI
|
if WINGUI
|
||||||
LIBS += -lpsapi -lShlwapi
|
LIBS += -lpsapi -lshlwapi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WINCONSOLE
|
if WINCONSOLE
|
||||||
LIBS += -lpsapi -lShlwapi
|
LIBS += -lpsapi -lshlwapi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if SHWIN
|
if SHWIN
|
||||||
LIBS += -lpsapi -lShlwapi
|
LIBS += -lpsapi -lshlwapi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES = ngspice.idx spinit tclspinit pkgIndex.tcl
|
CLEANFILES = ngspice.idx spinit tclspinit pkgIndex.tcl
|
||||||
@@ -366,7 +366,7 @@ pkgIndex_DATA = pkgIndex.tcl
|
|||||||
pkgIndexdir = $(pkglibdir)
|
pkgIndexdir = $(pkglibdir)
|
||||||
|
|
||||||
if TCLWIN
|
if TCLWIN
|
||||||
LIBS += -lpsapi -lShlwapi -ltcl84 -lBLT24
|
LIBS += -lpsapi -lshlwapi -ltcl84 -lBLT24
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libspice_la_SOURCES = \
|
libspice_la_SOURCES = \
|
||||||
|
|||||||
@@ -17,15 +17,15 @@ cmpp_SOURCES = main.c cmpp.h file_buffer.c file_buffer.h\
|
|||||||
mod_lex.l mod_yacc.y mod_yacc_y.h
|
mod_lex.l mod_yacc.y mod_yacc_y.h
|
||||||
|
|
||||||
if WINGUI
|
if WINGUI
|
||||||
cmpp_LDADD = -lShlwapi
|
cmpp_LDADD = -lshlwapi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WINCONSOLE
|
if WINCONSOLE
|
||||||
cmpp_LDADD = -lShlwapi
|
cmpp_LDADD = -lshlwapi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if SHWIN
|
if SHWIN
|
||||||
cmpp_LDADD = -lShlwapi
|
cmpp_LDADD = -lshlwapi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
mod_lex.c : mod_lex.l
|
mod_lex.c : mod_lex.l
|
||||||
|
|||||||
Reference in New Issue
Block a user