Rev 772 | Rev 778 | 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 10.1.3000 cr' );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 ();