Subversion Repositories DevTools

Rev

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

Rev 920 Rev 922
Line 1... Line 1...
1
$MAKELIB_PL  	= "$ENV{ GBE_TOOLS }/makelib.pl";
1
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
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.6000 cr' );
7
BuildName       ( 'buildtool 14.1.7000 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' );
13
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
13
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
14
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
14
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
15
LinkPkgArchive	( 'log4j', '1.2.14.cots' );
15
LinkPkgArchive  ( 'log4j', '1.2.14.cots' );
16
BuildDescpkg	();   
16
BuildDescpkg    ();
17
BuildVersion	( '--Style=properties' );   
17
BuildVersion    ( '--Style=properties' );   
18
BuildMake	();
18
BuildMake       ();
19
 
19