Subversion Repositories DevTools

Rev

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

Rev 191 Rev 1396
Line -... Line 1...
-
 
1
########################################################################
1
# Copyright (C) 1998-2006 ERG Limited, All rights reserved
2
# Copyright (C) 1998-2012 Vix Technology, All rights reserved
2
#
3
#
3
# Module name   : build.pl
4
# Module name   :build.pl
4
# Module type   : Makefile system
5
# Module type   : Makefile system
-
 
6
# Compiler(s)   : Perl
5
# Environment(s): n/a
7
#Environment(s): jats
6
#
8
#
7
# Description:    build.pl for package Release_Manager
9
# Description   : Jats build file for package Release_Manager
-
 
10
#
8
#.........................................................................#
11
#......................................................................#
9
 
12
#
10
#..     Build system
13
#   Build system
11
#
14
#
12
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
15
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
13
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
16
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
14
 
17
 
15
require         "$BUILDLIB_PL";
18
require         "$BUILDLIB_PL";
16
require         "$MAKELIB_PL";
19
require         "$MAKELIB_PL";
17
 
20
 
-
 
21
 
18
#..     Product configuration
22
#   Product configuration
19
#
23
#
20
BuildPlatforms   ( 'GENERIC' );
24
BuildPlatforms   ( 'GENERIC' );
21
 
25
 
22
BuildName       ( 'Release_Manager 3.32.15000 cr' );
26
BuildName       ( 'Release_Manager 3.32.15000 cr' );
23
BuildInterface  ( 'interface' );
27
BuildInterface  ( 'interface' );