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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.186.73 with SMTP id fi9mr2705637obc.48.1389859844249; Thu, 16 Jan 2014 00:10:44 -0800 (PST) X-Received: by 10.140.102.213 with SMTP id w79mr2257qge.37.1389859844218; Thu, 16 Jan 2014 00:10:44 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!p15no17136882qaj.0!news-out.google.com!gg4ni4818qab.0!nntp.google.com!p15no17136877qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 16 Jan 2014 00:10:44 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=136.163.203.9; posting-account=l8k8IwoAAADeDydswOzwNzmn10qOk9gt NNTP-Posting-Host: 136.163.203.9 References: <91d2c873-0ae2-4980-8481-9e3caef7371b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: What Toolchain do you use? From: ake.ragnar.dahlgren@gmail.com Injection-Date: Thu, 16 Jan 2014 08:10:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 2830 Xref: number.nntp.dca.giganews.com comp.lang.ada:184445 Date: 2014-01-16T00:10:44-08:00 List-Id: Den torsdagen den 16:e januari 2014 kl. 05:48:28 UTC+1 skrev Tero Koskinen: > 16.1.2014 1:36, Randy Brukardt wrote: > w= rote in message > news:c5afcdcd-3eed-4fdb-88fb-b15949993c41@googlegroups.co= m... > ... >> What build system does Janus/Ada and ICCAda use? > > Janus/Ad= a has it's own build system, which predates gprbuild by many years. > It is= n't as encompassing as gprbuild is, so I usually augment it with > Windows = (really MS-DOS) batch files (for instance, to move the result > program to = a different directory). > > Based on Tero's very detailed bug reports, he d= oes something similar with > Janus/Ada. From Ahven's source code you can se= e how I use Janus/Ada's build system: https://bitbucket.org/tkoskine/ahven/= src/tip/janusada/?at=3Ddefault The flow is basically following: janusada\pr= epare.bat janusada\update.bat janusada\compile.bat prepare.bat needs to be = called only once and when I change source code files, I call update.bat and= compile.bat. update.bat will scan the source code files for changes and co= mpile.bat will compile the changed files and do the linking. Ahven doesn't = have ICCAda build scripts yet, but you can see them from my curl-ada reposi= tory: https://bitbucket.org/tkoskine/curl-ada/src/tip/iccada/?at=3Ddefault = Same logic there: iccada\prepare.bat iccada\update.bat iccada\compile.bat Y= ours, Tero Thank you Randy and Tero for clearing that up. I'm very grateful. Best regards, =C5ke Ragnar Dahlgren