Re: [NAnt-users] Nant and cpp files

2009-02-19 Thread Zachary B. Wheeler
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

Re: [NAnt-users] Nant and cpp files

2009-02-19 Thread Michael Pento
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:

Re: [NAnt-users] Nant and cpp files

2009-02-19 Thread Michael Pento
PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant and cpp files hey all There are cl and linker tasks for compiling C++ files. But these seem to be using Microsoft compiler. Can one use nant to compile C++ files on another platform like linux/mac ? Is there a recommended w

Re: [NAnt-users] Nant and cpp files

2009-02-19 Thread Bob Archer
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 -

Re: [NAnt-users] Nant and cpp files

2009-02-19 Thread ptr
e- > From: ptr2009 [mailto:ptrajku...@gmail.com] > Sent: Thursday, February 19, 2009 2:44 PM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Nant and cpp files > > > hey all > > There are cl and linker tasks for compiling C++ files. But these seem > to be &

[NAnt-users] Nant and cpp files

2009-02-19 Thread ptr2009
hey all There are cl and linker tasks for compiling C++ files. But these seem to be using Microsoft compiler. Can one use nant to compile C++ files on another platform like linux/mac ? Is there a recommended way of doing this ? Thanks Raj -- View this message in context: http://www.nabble