Subversion Repositories DevTools

Rev

Rev 726 | 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', 'SOLARIS' );
BuildName       ( 'buildtool 1.0.0 cr' );
BuildSnapshot   ();
BuildAccessPerms();
BuildReleaseFile( "$BUILDNAME", '1.0.0.cr' );
BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );
BuildDirTree    ( 'tree.dir', );
LinkPkgArchive ( 'cs', '24.0.1.cr' );
LinkPkgArchive ( 'Dinkumware_STL', '1.0.0.cots' );
LinkPkgArchive ( 'xerces', 'c1.5.2.cots' );
BuildDescpkg    ();   
BuildVersion    ();   
BuildMake       ();