Subversion Repositories DevTools

Rev

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

Rev 6500 Rev 6555
Line 19... Line 19...
19
#
19
#
20
BuildPlatforms ('UBUNTU16', '--OnlyProd');
20
BuildPlatforms ('UBUNTU16', '--OnlyProd');
21
BuildPlatforms ('UBUNTU14', '--OnlyProd');
21
BuildPlatforms ('UBUNTU14', '--OnlyProd');
22
BuildPlatforms ('UBUNTU12', '--OnlyProd');
22
BuildPlatforms ('UBUNTU12', '--OnlyProd');
23
BuildPlatforms ('RHEL7', '--OnlyProd');
23
BuildPlatforms ('RHEL7', '--OnlyProd');
-
 
24
BuildPlatforms ('GENERIC_WIN32', '--OnlyProd', '--NoToolSet', '--Alias=WIN');
24
 
25
 
25
BuildName       ( 'jats-installer 1.0.2001 cr' );
26
BuildName       ( 'jats-installer 1.0.0000.cr' );
26
BuildInterface  ( 'interface' );
27
BuildInterface  ( 'interface' );
27
 
28
 
28
#..     External Packages
29
#..     External Packages
29
#
30
#
30
LinkPkgArchive ( 'debian_dpkg'    , '1.13.25.4000.cots' );
31
LinkPkgArchive ( 'debian_dpkg', '1.13.25.4000.cots' );
31
LinkPkgArchive ( 'debian_packager', '1.25.0000.cr' );
32
LinkPkgArchive ( 'debian_packager', '1.26.0000.cr' );
-
 
33
LinkPkgArchive ( 'nsis', '2.46.1000.cots' );
-
 
34
LinkPkgArchive ( 'nsis_library', '1.3.4000.cr' );
-
 
35
LinkPkgArchive ( 'nsis_packager', '2.4.0000.cr' );
-
 
36
LinkPkgArchive ( 'nsis_path', '2.0.1000.cr' );
32
 
37
 
33
#
38
#
34
#   Generate Files
39
#   Generate Files
35
BuildDescpkg    ();
40
BuildDescpkg    ();
36
BuildMake       ();
41
BuildMake       ();