Bonio Lopez wrote:
> Hi,
> Has anybody managed to compile C++ projects with gcc using nant a with
> header files dependency tracking?
> If yes, may be you want to share the code.
>   
Personally, I'd use gmake, which is already a perfectly fine solution, 
and one for which you'll find much more interest and support from the 
gcc community.

The problem is that gcc doesn't use project files like Visual Studio.  
Instead it has a mechanism for generating dependency files from #include 
relationships, which can then be used by gmake or make. 

Gary


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to