twogee / ant-cpptasks

A fork of Ant-Contrib cpptasks subproject on SourceForge

Home Page:http://ant-contrib.sourceforge.net/cpptasks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpptasks.pat - provides support for HP cc and AIX xlc_r
the classes listed below are copy-n-pastes from existing cpptasks
classes, simply changed program names, flags, etc.  the HP classes
were submitted as a patch to ant-contrib-developers on 10/09/2002,
to which there was no response, so have not bothered to submit the aix
patch.
SubsystemEnum patch is for the osf1 javac (aka tru64).
was throwing IllegalAccessError.
CUtil patch is for jdk 1.3 (StringBuffer.indexOf is 1.4+)
GccLinker patch adds -arch to known flags for building universal binaries

added       | derived from
--------------------------
HPCompiler  | aCCCompiler
HPLinker    | aCCLinker
XlcCompiler | VisualAgeCCompiler
XlcLinker   | VisualAgeLinker

prior to the http://github.com/dougm/ant-contrib-cpptasks fork,
these changes lived in http://github.com/hyperic/sigar
bindings/java/hyperic_jni/patches/cpptasks.pat which applies to:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ant-contrib \
co -D"2006/04/28 15:00:00" cpptasks

the patch has been applied to this fork from:
git svn clone --no-metadata https://ant-contrib.svn.sourceforge.net/svnroot/ant-contrib/cpptasks --trunk=trunk

About

A fork of Ant-Contrib cpptasks subproject on SourceForge

http://ant-contrib.sourceforge.net/cpptasks/

License:Apache License 2.0


Languages

Language:Java 97.4%Language:XSLT 1.6%Language:HTML 0.8%Language:C 0.1%