Files
Thomas Quinot acf5341716 Install static libs in $prefix/lib/polyorb/static instead of $prefix/lib
This is to work around the issue with XML/Ada described in HA21-023, and
also for better homogeneity with other add-ons.

Subversion-branch: /trunk/polyorb
Subversion-revision: 131188
2008-10-21 17:04:03 +00:00
..
2008-03-04 22:10:21 +00:00
2008-02-13 10:39:01 +00:00

The project files in this directory are for building clients of PolyORB.
See ../projects for building PolyORB itself.

Clients should import polyorb.gpr, which imports others as necessary.

These project files end up being installed in the <prefix>/lib/gnat/polyorb
directory, except for polyorb.gpr itself, which is installed in
<prefix>/lib/gnat.

For each project file in ../projects that builds a library, there is a project
file in this directory with the same name, which has the necessary commands to
allow gnatmake to find the corresponding installed .a file.
In addition, we have common.gpr and polyorb.gpr.