ebruary 19, 2009 4:20 PM
To: ptr
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Nant and cpp files
I've never made a custom task. The developers at my company provide me a
makefile and I launch make against that.
_
From: ptr [mailto:ptrajku...@gmail.com]
Sent: Thu
bject: Re: [NAnt-users] Nant and cpp files
I would need to include a whole set of source files for compiling
and link them all into a shared library.
Is there preferred way to use an external makefile and fire nant with
exec or write a custom task ?
Raj
On Thu, Feb 19, 2009 at 3:
I would assume that you would have to a call to g++ or something
like that. Should be pretty easy, I think.
That's rough, but, you get the idea.
Hope this helps,
Mike
-Original Message-
From: ptr2009 [mailto:ptrajku...@gmail.com]
Sent: Thursday, February 19, 2009 2:44 PM
To:
Sounds like a job for a custom task.
Is there preferred way to use an external makefile and fire nant with
exec or write a custom task ?
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-
I would need to include a whole set of source files for compiling
and link them all into a shared library.
Is there preferred way to use an external makefile and fire nant with exec
or write a custom task ?
Raj
On Thu, Feb 19, 2009 at 3:58 PM, Michael Pento wrote:
> I would assume that you wo