Re: CC task in ANT

2005-08-02 Thread Alexey Kakunin
Something like this: description="example of source compilation"> subsystem="other" name="${compiler}" exceptions="true" objdir="."

CC task in ANT

2005-08-01 Thread hiren patel
Hi, I want to compile .c file using ant. I have added cpptasks.jar and ant-contrib.jar from lib directory. I dont know how to use cc task in build.xml. can anyody provide sample build.xml that compiles prog.c and header.h to an exe? Thanks, hiren patel

how to use cc task in ANT?

2005-07-31 Thread hiren patel
HI, I want to compile .c file using ant. I have added cpptasks.jarand ant-contrib.jar from in lib directory. I dont know how to use cc task in build.xml. can anyody provide sample build.xml that compiles prog1.c and header1.h to an exe1 in the same directory? Thanks, hiren patel