Add info on shared library
This commit is contained in:
parent
8cec3a62a1
commit
a6c28e44ff
|
|
@ -273,6 +273,9 @@ com_version(wordlist *wl)
|
|||
#endif
|
||||
#ifdef EXP_DEV
|
||||
fprintf(cp_out, "** Experimental devices enabled.\n");
|
||||
#endif
|
||||
#ifdef SHARED_MODULE
|
||||
fprintf(cp_out, "** ngspice shared library.\n");
|
||||
#endif
|
||||
fprintf(cp_out, "******\n");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue