From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6924214332f7521d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail From: "Srini" Newsgroups: comp.lang.ada Subject: Re: Compilation on Vax with script files Date: 3 Jul 2006 16:54:52 -0700 Organization: http://groups.google.com Message-ID: <1151970892.442458.236030@m73g2000cwd.googlegroups.com> References: <1151930575.129180.284470@j8g2000cwa.googlegroups.com> <1151936570.547650.217390@h44g2000cwa.googlegroups.com> NNTP-Posting-Host: 24.34.102.237 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1151970898 29289 127.0.0.1 (3 Jul 2006 23:54:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 3 Jul 2006 23:54:58 +0000 (UTC) In-Reply-To: <1151936570.547650.217390@h44g2000cwa.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m73g2000cwd.googlegroups.com; posting-host=24.34.102.237; posting-account=sJKJJQ0AAACJ-vThVL_qPX9PlURh7188 Xref: g2news2.google.com comp.lang.ada:5446 Date: 2006-07-03T16:54:52-07:00 List-Id: my recollection is : acs load *.ada acs recompile * was quite convenient. HTH. gautier_niouzes@hotmail.com wrote: > 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. > > Of course the "help" command, from prompt or from acs, will help you... > > HTH, Gautier > _______________________________________________________________ > Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm > > NB: For a direct answer, e-mail address on the Web site!