Subversion Repositories DevTools

Rev

Rev 914 | Rev 918 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 914 Rev 916
Line 2... Line 2...
2
$BUILDLIB_PL 	= "$ENV{ GBE_TOOLS }/buildlib.pl";
2
$BUILDLIB_PL 	= "$ENV{ GBE_TOOLS }/buildlib.pl";
3
require         "$BUILDLIB_PL";
3
require         "$BUILDLIB_PL";
4
require         "$MAKELIB_PL";
4
require         "$MAKELIB_PL";
5
 
5
 
6
BuildPlatforms  ( 'JAVA,--Version=1.6','--OnlyDebug', 'WIN32,--OnlyProd' );
6
BuildPlatforms  ( 'JAVA,--Version=1.6','--OnlyDebug', 'WIN32,--OnlyProd' );
7
BuildName       ( 'buildtool 14.1.3000 cr' );
7
BuildName       ( 'buildtool 14.1.4000 cr' );
8
BuildSnapshot	();
8
BuildSnapshot	();
9
BuildAccessPerms();
9
BuildAccessPerms();
10
BuildInterface	( 'local' );
10
BuildInterface	( 'local' );
11
BuildInterface  ( 'interface' );
11
BuildInterface  ( 'interface' );
12
LinkPkgArchive  ( 'apache-ant', '1.6.5.cots' );
12
LinkPkgArchive  ( 'apache-ant', '1.6.5.cots' );