Andre John Mas - 2006-11-02

Hi,

I have made a few changes to cpptask:

   http://www.geocities.com/ajmas/source/cpptasks-1.0b4-custom.zip

The two changes are

  - Add support for powerpc-eabi gcc compiler, in the form of the
    classes in the package net.sf.antcontrib.cpptasks.gcc.cross.powerpc_eabi

  - Change CommandLineCompiler.java to build one source file at a
    time. We were have problems with the compiler crashing because
    the command line being passed was too long.

Hopefully these changes could eventually make their way into the official
release.

Andre