Re: help to compile c / c++ files in ant

2006-07-11 Thread Peter Reilly
On 6/29/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hello, please look at the project ant-contrib. The whereabouts of ant-contrib are listed on Ant's web site under related projects or external tasks. Regards, Antoine Just be aware that there are two sub-projects in the ant-contrib

Re: help to compile c / c++ files in ant

2006-06-30 Thread Dominique Devienne
Nice. You can also make cc-elements implicit, so that you don't have to specify it when using . --DD On 6/30/06, James Fuller <[EMAIL PROTECTED]> wrote: Here is a nice illustration in context of using cc with macrodef. http://ant.apache.org/manual/CoreTasks/macrodef.html definition:

Re: help to compile c / c++ files in ant

2006-06-30 Thread James Fuller
Here is a nice illustration in context of using cc with macrodef. http://ant.apache.org/manual/CoreTasks/macrodef.html definition: usage:

Re: help to compile c / c++ files in ant

2006-06-30 Thread Steve Loughran
Sayed, Irfan (Irfan) wrote: hi, I went to that site but I found only main steps to use external task such as cc. As I am very new to Ant I don't know how to use it so can anybody please give me any sample build file which compiles the c / c++ files regards irfan. here you go. comes wit

RE: help to compile c / c++ files in ant

2006-06-29 Thread Sayed, Irfan \(Irfan\)
mbert [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 2:23 AM To: Ant Users List Subject: Re: help to compile c / c++ files in ant Hello, please look at the project ant-contrib. The whereabouts of ant-contrib are listed on Ant's web site under related projects or external tasks

Re: help to compile c / c++ files in ant

2006-06-29 Thread Antoine Levy-Lambert
AIL PROTECTED]> An: Ant Users List Betreff: help to compile c / c++ files in ant > Hi All, > > Can anybody please give me sample build.xml file which compiles the > c/c++ files. > > I will be highly obliged if

help to compile c / c++ files in ant

2006-06-29 Thread Sayed, Irfan \(Irfan\)
Hi All, Can anybody please give me sample build.xml file which compiles the c/c++ files. I will be highly obliged if you do the same. Regards Irfan.