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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4cabfb8e49247533 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!dotsrc.org!news.dotsrc.org!not-for-mail Date: Sat, 05 Nov 2005 16:17:28 +0200 Subject: Re: Multiple shared libraries with a single spec Newsgroups: comp.lang.ada References: <1131107328.981560.222350@g43g2000cwa.googlegroups.com> <1131119582.929654.323550@f14g2000cwb.googlegroups.com> <1131191095.053777.140450@z14g2000cwz.googlegroups.com> From: "Martin Krischik" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.50 (Win32, build 7700) Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 213.154.204.111 X-Trace: news.sunsite.dk DXC=?PA_?=k[FS5daR30PdPEV:_8RJBabHM;O^i0GOe`^CQ0@8]fPl=FNFjRT`HGh_nDT1MLbPdK;CD X-Complaints-To: staff@sunsite.dk Xref: g2news1.google.com comp.lang.ada:6237 Date: 2005-11-05T16:17:28+02:00 List-Id: Am 05.11.2005, 13:44 Uhr, schrieb Lucretia : >> > Hmmm, haven't used project files yet. >> >> They are very nice. For example, they make it easy to specify compiler >> options on a per-file basis (which I use to work around compiler bugs >> :). > I'll look into it. Can they be used for mixed language programming? I'm > using makefiles for wxAda a the moment. Depends on the language you want to mix ;-). C and C++ work fine - there is a tool which will generate the needed makefiles for you. gpr2make - I am not at home so I can guess the name only Martin