Subversion Repositories DevTools

Rev

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

Rev 4281 Rev 4763
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' );
-
 
7
BuildPlatforms  ( 'WIN32,--OnlyProd' );
-
 
8
 
7
BuildName       ( 'buildtool 16.0.0000 cr' );
9
BuildName       ( 'buildtool 16.0.0000 cr' );
-
 
10
 
8
BuildInterface  ( 'local' );
11
BuildInterface  ( 'local' );
9
BuildInterface  ( 'interface' );
12
BuildInterface  ( 'interface' );
10
LinkPkgArchive  ( 'apache-ant', '1.6.5.cots' );
13
LinkPkgArchive  ( 'apache-ant', '1.6.5.cots' );
11
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
14
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
12
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
15
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
13
LinkPkgArchive  ( 'log4j', '1.2.14.cots' );
16
LinkPkgArchive  ( 'log4j', '1.2.14.cots' );
-
 
17
 
14
BuildDescpkg    ();
18
BuildDescpkg    ();
15
BuildVersion    ( '--Style=properties' );   
19
BuildVersion    ( '--Style=properties' );   
16
BuildMake       ();
20
BuildMake       ();
17
 
21