From 51fbf2fbf3662fd7a768705b4ef0b8ca78b36bbe Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 16 Oct 2022 10:38:41 +0200 Subject: [PATCH] Update to the ngspice code entry points. --- INTERNALS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INTERNALS b/INTERNALS index cf0f63f51..3fb810c6c 100644 --- a/INTERNALS +++ b/INTERNALS @@ -17,8 +17,9 @@ CODE ORGANIZATION "visualc/" project files to enable compilation with MS Visual Studio. "src/" and its subdirectories contain all of the C source code. - It contains the top level files "main.c" used by ngspice and - "sharedspice.c" used by ngspice as shared library. + It contains the top level files "main.c" used by ngspice console + as entry point, "winmain.c" as entry and setup of the MS Windows GUI, + and "sharedspice.c" used as entry for ngspice as a shared library. There are also main files for outdated ngnutmeg, nghelp, ngmultidec, ngproc2mod, and ngsconvert.