Files
PolyORB/projects
Bob Duff f0aae4b2eb Minor change: Simplify by making things relative to the root source
directory
 (and get rid of Source_Dir, and rename Root_Source_Dir to be
Source_Dir). Same
 for Build_Dir.
For EC06-003.

Subversion-branch: /trunk/polyorb
Subversion-revision: 43083
2007-03-12 15:00:07 +00:00
..
2007-01-23 17:47:57 +00:00

We have the following project files:

common.gpr -- imported by all the others; contains commonly used variables

build_all.gpr -- imports all the others; can be used to recompile everything,
using the -U switch of gnatmake.

One for each of the following directories:
src and its subdirectories
subdirectories of cos
subdirectories of idls that correspond to subdirectories of cos
The naming convention is the path name, relative to the root of
the polyorb hierarchy, with directory separators "/" replaced
with underscore "_"; for example, src_giop_diop.gpr is the project
file for src/giop/diop.
Each of these builds a library.

cos_ir_mains.gpr cos_naming_mains.gpr -- these are for building programs
in cos/ir and cos/naming. This is necessary because project files cannot build
both libraries and main procedures.