Dominique Devienne-2 wrote:
>
> Sorry, I assumed you knew about Ant's import. It can only be used at
> the top level of a build file.
>
> CppTasks supports defining named compiler/linker configurations (with
> nested includepath and all), which you'd put into a common build file,
> that you'd
Dominique Devienne-2 wrote:
>
> On Wed, Nov 19, 2008 at 11:01 AM, ihatethetv <[EMAIL PROTECTED]>
> wrote:
>> In a project I work on, we use ant to build C++. We have about 40
>> different
>> "components" which exist in different directories ea
In a project I work on, we use ant to build C++. We have about 40 different
"components" which exist in different directories each with it's own ant
file. All of these components inherit from a shared class which we use to
connect them, and so all of them need to include a .h file from that
dire