Rev 1055 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 1053 |
mhunt |
1 |
$MAKELIB_PL = "$ENV{ GBE_TOOLS }/makelib.pl";
|
|
|
2 |
$BUILDLIB_PL = "$ENV{ GBE_TOOLS }/buildlib.pl";
|
|
|
3 |
require "$BUILDLIB_PL";
|
|
|
4 |
require "$MAKELIB_PL";
|
|
|
5 |
BuildPlatforms ( 'WIN32', 'JAVA' );
|
|
|
6 |
BuildName ( 'dpkg_management 1.0.0000 cr', '1.0.0000' );
|
|
|
7 |
BuildSnapshot ();
|
|
|
8 |
BuildAccessPerms();
|
|
|
9 |
BuildReleaseFile( "$BUILDNAME", 'dpkg_management/1.0.0000.cr' );
|
|
|
10 |
BuildInterface ( 'local' );
|
|
|
11 |
BuildInterface ( 'interface' );
|
|
|
12 |
BuildDescpkg ();
|
|
|
13 |
BuildVersion ();
|
|
|
14 |
BuildMake ();
|
|
|
15 |
|