Subversion Repositories DevTools

Rev

Rev 742 | Rev 746 | 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' );
BuildPlatforms  ( 'WIN32,--OnlyProduction', 'SOLARIS,--OnlyDebug' );
BuildName       ( 'buildtool 8.0.0000 cr', '8.0.0000' );
BuildSnapshot   ();
BuildAccessPerms();
BuildReleaseFile( "$BUILDNAME", '1.0.0.cr' );
BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );
BuildPkgArchive ( 'cs', '25.2.4000.cr' );
BuildPkgArchive ( 'oraclient', '9.2.0' );
LinkPkgArchive ( 'xerces', 'c1.5.2.cots' );
BuildDescpkg    ();   
BuildVersion    ();   
BuildMake       ();