[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Ant build.xml and build standard make c file

Can a Ant build.xml be used to build a standard make c file, using a user written program code?

On clicking build the c file becomes input to my program code.My program code produces 2 output files.

I am unable to do this using managed build.My program code,the custom build step is not used. Instead gcc is used.