Browse Source

-lBLT24 in src/makefile.am

pre-master-46
h_vogt 17 years ago
parent
commit
de546abac2
  1. 5
      ChangeLog
  2. 2
      src/Makefile.am

5
ChangeLog

@ -1,8 +1,11 @@
2009-05-11 Holger Vogt
* src/makefile.am replace -lBLT24.dll by -lBLT24 in line 247
2009-05-10 Holger Vogt
* subckt.c:1348 find last dot, not first dot in model_name
2009-05-09 Holger Vogt
* graf.c: graphics scaling during iplot mad ea little more
* graf.c: graphics scaling during iplot made a little more
convenient
2009-05-06 Holger Vogt

2
src/Makefile.am

@ -244,7 +244,7 @@ EXTRA_DIST += tclspice.c
initdata_DATA += tclspinit
if TCLWIN
LIBS += -lpsapi -ltcl84 -lBLT24.dll
LIBS += -lpsapi -ltcl84 -lBLT24
endif
libspice_la_SOURCES =

Loading…
Cancel
Save