You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Amit Pradhan <Am...@genmagic.com> on 2001/08/07 19:30:22 UTC

FW: How do I compile/link C/C++ source with Ant ?

 
-----Original Message-----
From: Amit Pradhan [mailto:Amit_Pradhan@genmagic.com] 
Sent: Tuesday, August 07, 2001 9:24 AM
To: 'ant-user-subscribe@jakarta.apache.org'
Cc: 'amit_pradhan@genmagic.com'
Subject: How do I compile/link C/C++ source with Ant ?



We have a mixed Java & C/C++ code base - these are 2 separate code bases (no
JNI, etc.).  I've browsed thru Ant documentation but was'nt clear about how
I could build our C/C++ code base ?   Will I need to use "exec" to issue "
gmake"/"nmake" cmds and use the usual makefiles for C/C++ code ?   All
compilation is on WinNT4.0.  Currently we use gmake.

Thanks for your help 
amit