Subversion Repositories DevTools

Rev

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

Rev 1139 Rev 6419
Line -... Line 1...
-
 
1
########################################################################
1
# Copyright (C) 1998-2010 ERG Limited, All rights reserved
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
#
-
 
3
# Module name   : Makefile.pl
3
# Module name   : makefile.pl
4
# Module type   : JATS Build File
4
# Module type   : JATS Makefile
5
# Environment(s): JATS Build System
5
# Environment(s): JATS Build System
6
#
6
#
7
# Description:    makefile.pl for package nsis_packager
7
# Description   : Makefile for nsis_packager
-
 
8
#
-
 
9
#......................................................................#
-
 
10
#
-
 
11
# exec build system
8
#
12
#
9
#.........................................................................#
-
 
10
 
-
 
11
die "Usage: Makefile.pl rootdir Makelib.pl\n"
-
 
12
    unless( $#ARGV+1 >= 2 );
-
 
13
require "$ARGV[1]";
13
require "$ARGV[1]";
14
 
14
 
15
#
15
#
16
# Build platform definitions ..
16
# Build platform definitions ..
17
#
17
#