> -----Original Message-----
> From: shivakumar govindarajapuram [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 18 January 2002 1:35 PM
> To: Ant Users List
> Subject: Re: Using Ant with MS VC++/VB Commandline Compilation
>
>
> Arthur Lim wrote:
>
> > Hi,
> >
> > I have tried looking up the User Discussion Archive but could
> not find any
> > information on this topic (other then being *primarily* for
> Java only). Has
> > someone tried this and has some experience to share?
> >
> > Reason I needed this is that, tho the project is using
> predominantly Java
> > codes, there is a couple of legacy components that are in VC++/VB for
> > historic and skillset reasons.
> >
> Hi,
>
> Infact I was also looking for an Ant task to compile C/C++ and could not
> find. One approach we though of using is to retain the makefiles for
> native code and create a simple "Make" task which can call the platform
> dependent makefile. Iam also planning to write a C/C++ task with
> dependency checking. If you are interested I can send you the java code
> for that.
> !shiva
>

Have a look at the C/C++ task from the ant-contrib project at sourceforge.
It has dependency checking, plus a bunch of other features.

http://sourceforge.net/projects/ant-contrib


Adam


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to