Subversion Repositories DevTools

Rev

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