=============================================
4. Run-time Libraries
=============================================
Ice-E supports building static and dynamic Ice-E run-time libraries.
Furthermore, in order to minimize the size of Ice-E applications, two
versions of the run-time library are provided:
* The "client" library is suitable for applications requiring only
client-side functionality.
* The "server" library supports client and server-side functionality.
A simple rule of thumb is to use the server library if your program
creates an object adapter, otherwise you can use the client library.
Users of the client library must define the preprocessor macro
ICEE_PURE_CLIENT when compiling an application and link with the
appropriate run-time library.