comp.lang.ada
 help / color / mirror / Atom feed
From: "Martin Krischik" <krischik@users.sourceforge.net>
Subject: Re: Compilation on Vax with script files
Date: 3 Jul 2006 23:19:19 -0700
Date: 2006-07-03T23:19:19-07:00	[thread overview]
Message-ID: <1151993959.437178.25990@v61g2000cwv.googlegroups.com> (raw)
In-Reply-To: <1151930575.129180.284470@j8g2000cwa.googlegroups.com>

Chris L wrote:

> Are there any script files that commonly compile large programs? Do you
> have an example?

You mean VAX - which implies DecAda - and not a more modern OpenVMS?

For compiling you won't need that much scripting. DecAda - like most
Ada's handle dependencies automaticly so compile is just:

acs load *.ada
acs compile *
acs link Main.ada

However on large systems you might want to break sources down into
several libraries - in which case you also need

acs merge /Keep *

and you should create your libraries with

acs create library /Large

For all commands you get extra help with

help acs create library /Large

But I guess you know that allready. And from there it is just a matter
of a few dcl or mms scripts. And to answer your questions: There are no
common files - the (dcl) scripts I use are highly specific and won't
help you.

Martin




  parent reply	other threads:[~2006-07-04  6:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1151930575.129180.284470@j8g2000cwa.googlegroups.com>
2006-07-03 14:15 ` Compilation on Vax with script files Larry Kilgallen
2006-07-03 14:22 ` gautier_niouzes
2006-07-03 23:54   ` Srini
2006-07-05 19:03     ` Charlie McCutcheon
2006-07-04  6:19 ` Martin Krischik [this message]
2006-07-04  7:57   ` Georg Bauhaus
2006-07-05 17:52     ` Martin Krischik
2006-07-07 13:29       ` Charlie McCutcheon
2006-07-09 15:13         ` Martin Krischik
2006-07-27 14:28           ` Charlie McCutcheon
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox