Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5515
Line 7... Line 7...
7
#Environment(s): jats
7
#Environment(s): jats
8
#
8
#
9
# Description   : Jats build file for package Release_Manager
9
# Description   : Jats build file for package Release_Manager
10
#
10
#
11
#......................................................................#
11
#......................................................................#
12
#
12
 
13
#   Build system
13
#..     Build system
14
#
14
#
15
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
15
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
16
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
16
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
17
 
17
 
18
require         "$BUILDLIB_PL";
18
require         "$BUILDLIB_PL";
19
require         "$MAKELIB_PL";
19
require         "$MAKELIB_PL";
20
 
20
 
21
 
-
 
22
#   Product configuration
21
#..     Product configuration
23
#
22
#
24
BuildPlatforms   ( 'GENERIC' );
23
BuildPlatforms   ( 'GENERIC' );
25
 
24
 
26
BuildName       ( 'Release_Manager 3.32.15000 cr' );
25
BuildName       ( 'Release_Manager 3.32.15000 cr' );
27
BuildInterface  ( 'interface' );
26
BuildInterface  ( 'interface' );