Subversion Repositories DevTools

Rev

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

Rev 229 Rev 4995
Line 1... Line 1...
1
# Copyright (C) 1998-2005 ERG Limited, All rights reserved
1
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
#
2
#
3
# Module name   : build.pl
3
# Module name   : build.pl
4
# Module type   : Makefile system
4
# Module type   : Makefile system
5
# Environment(s): n/a
5
# Environment(s): n/a
6
#
6
#
Line 13... Line 13...
13
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
13
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
14
 
14
 
15
require         "$BUILDLIB_PL";
15
require         "$BUILDLIB_PL";
16
require         "$MAKELIB_PL";
16
require         "$MAKELIB_PL";
17
 
17
 
18
#..     Toolset configuration
-
 
19
#
-
 
20
 
-
 
21
#..     Product configuration
18
#..     Product configuration
22
#
19
#
23
BuildPlatforms   ( 'GENERIC' );
20
BuildPlatforms   ( 'GENERIC' );
24
 
21
 
25
BuildName       ( 'BUILDNAME xx.xx.xx xx' );
22
BuildName       ( 'BUILDNAME xx.xx.xx xx' );