Subversion Repositories DevTools

Rev

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

Rev 5359 Rev 6811
Line 18... Line 18...
18
require         "$BUILDLIB_PL";
18
require         "$BUILDLIB_PL";
19
require         "$MAKELIB_PL";
19
require         "$MAKELIB_PL";
20
 
20
 
21
#..     Product configuration
21
#..     Product configuration
22
#
22
#
23
BuildPlatforms  ( 'UBUNTU14,--OnlyProd' );
23
BuildPlatforms  ( 'UBUNTU16,--OnlyProd' );
24
 
24
 
25
BuildName       ( 'lxr_manager', '2.0.3.3000', 'tool'  );
25
BuildName       ( 'lxr_manager', '2.0.3.4000', 'tool', '--RelaxedVersion' );
26
BuildInterface  ( 'interface' );
26
BuildInterface  ( 'interface' );
27
 
27
 
28
#
28
#
29
#   Specify subdirectories to process
29
#   Specify subdirectories to process
30
#
30
#
31
BuildSubDir    ( 'src' );
31
BuildSubDir    ( 'src' );
32
 
32
 
33
LinkPkgArchive ('debian_packager','1.21.0000.cr');
33
LinkPkgArchive ('debian_packager','1.23.0000.cr');
34
LinkPkgArchive ('debian_dpkg','1.13.25.2000.cots');
34
LinkPkgArchive ('debian_dpkg','1.13.25.2000.cots');
35
 
35
 
36
#
36
#
37
#   Generate Files
37
#   Generate Files
38
BuildDescpkg   ();
38
BuildDescpkg   ();