Subversion Repositories DevTools

Rev

Rev 4318 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4318 Rev 4319
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 16.0.0000 cr' );
7
BuildName       ( 'buildtool 16.0.1000 cr' );
8
BuildInterface  ( 'local' );
8
BuildInterface  ( 'local' );
9
BuildInterface  ( 'interface' );
9
BuildInterface  ( 'interface' );
10
LinkPkgArchive  ( 'apache-ant', '1.6.5.cots' );
10
LinkPkgArchive  ( 'apache-ant', '1.6.5.cots' );
11
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
11
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
12
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
12
LinkPkgArchive  ( 'junit', '4.3.0.cots' );