Subversion Repositories DevTools

Rev

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

Rev 2062 Rev 6816
Line -... Line 1...
-
 
1
########################################################################
1
# Copyright (C) 1998-2010 ERG Limited, All rights reserved
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
#
3
#
3
# Module name   : build.pl
4
# Module name   : build.pl
4
# Module type   : JATS Build File
5
# Module type   : Makefile system
-
 
6
# Compiler(s)   : Perl
5
# Environment(s): JATS Build System
7
# Environment(s): jats
-
 
8
#
-
 
9
# Description   : Jats build file for nsis_packager
-
 
10
#
-
 
11
#......................................................................#
6
#
12
#
7
# Description:    build.pl for package nsis_packager
-
 
8
#.........................................................................#
-
 
9
 
-
 
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
 
Line 17... Line 20...
17
 
20
 
18
#..     Product configuration
21
#..     Product configuration
19
#
22
#
20
BuildPlatforms   ( 'GENERIC' );
23
BuildPlatforms   ( 'GENERIC' );
21
 
24
 
22
BuildName       ( 'nsis_packager 2.1.0000 cr' );
25
BuildName       ( 'nsis_packager 2.4.0000 cr' );
23
BuildInterface  ( 'interface' );
26
BuildInterface  ( 'interface' );
24
 
27
 
25
#
28
#
26
#   Specify subdirectories to process
29
#   Specify subdirectories to process
27
#
30
#