Add info on shared library

This commit is contained in:
Holger Vogt 2022-10-24 17:04:45 +02:00
parent 8cec3a62a1
commit a6c28e44ff
1 changed files with 3 additions and 0 deletions

View File

@ -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");