Something like this:
description="example of source compilation">
subsystem="other"
name="${compiler}"
exceptions="true"
objdir="."
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
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