lwiplib (starterware 2.0.0.7) was built as a .c file with all of the core tcp/ip stack functions included.
It was not built as a "library" project where all of the source files are linked to the project (like usb, or platform or...)
From a project design standpoint I was wondering why this choice was made the way it was.
This information would be useful in designing our own projects.
Thanks, Jon