Chris L:
Are there any script files that commonly compile large programs? Do you
have an example?
Trying to remember my programming experience on VMS - 6 years ago
So, IIRC, you have to
1/ create a library (once) and set it (each session),
must be "acs lib create", "acs lib set"
2/ (once) compile each file (say xyz.ada) of your project with "ada
xyz.ada";
this should include it into the library, or else there is an ACS
command for that
3/ each time you want to recompile something (unit uvw), "acs comp uvw"
does
the job, with recompilations of depending units when necessary.
course the "help" command, from prompt or from acs, will help you
HTH, Gautier
Ada programming --
NB: For a direct answer, e-mail address on the Web site!