Subversion Repositories DevTools

Rev

Rev 4848 | Rev 5900 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

$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' );
BuildPlatforms  ( 'WIN32,--OnlyProd' );

BuildName       ( 'buildtool 17.99.99 cr' );

BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );
LinkPkgArchive  ( 'apache-ant', '1.7.0.cots' );
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
LinkPkgArchive  ( 'log4j', '1.2.14.cots' );
LinkPkgArchive  ( 'ojdbc','11.2.0.4.0.0000.cots');

BuildDescpkg    ();
BuildVersion    ( '--Style=properties' );   
BuildMake       ();