Subversion Repositories DevTools

Rev

Rev 880 | Rev 884 | 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', 'WIN32,--OnlyProd' );
BuildName       ( 'buildtool 13.2.4000 cr' );
BuildSnapshot   ();
BuildAccessPerms();
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' );
LinkPkgArchive  ( 'OracleDatabaseJDBC-Thin', '11.1.0.6.cots' );
BuildDescpkg    ();   
BuildVersion    ( '--Style=properties' );   
BuildMake       ();