Subversion Repositories DevTools

Rev

Rev 778 | Rev 782 | 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.5' );
BuildPlatforms  ( 'WIN32,--OnlyProduction' );
BuildName       ( 'buildtool 11.0.2000 cr', '11.0.2000' );
BuildSnapshot   ();
BuildAccessPerms();
BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );
BuildPkgArchive ( 'cs', '25.3.4002.cr' );
BuildPkgArchive ( 'oraclient', '9.2.0' );
LinkPkgArchive  ( 'xerces', 'c1.5.2.cots' );
BuildDescpkg    ();   
BuildVersion    ();   
BuildMake       ();