$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
require         "$BUILDLIB_PL";
require         "$MAKELIB_PL";

BuildPlatforms  ( 'JAVA,--Version=1.6','--OnlyDebug', 'WIN32,--OnlyProd' );
BuildName       ( 'buildtool 16.0.1000 cr' );
BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );
LinkPkgArchive  ( 'apache-ant', '1.6.5.cots' );
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
LinkPkgArchive  ( 'log4j', '1.2.14.cots' );
BuildDescpkg    ();
BuildVersion    ( '--Style=properties' );   
BuildMake       ();

