Rev 6555 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## Module name : build.pl# Module type : Makefile system# Environment(s): JATS## Description: build.pl jats-installer#.........................................................................##.. Build system#$MAKELIB_PL = "$ENV{ GBE_TOOLS }/makelib.pl";$BUILDLIB_PL = "$ENV{ GBE_TOOLS }/buildlib.pl";require "$BUILDLIB_PL";require "$MAKELIB_PL";#.. Product configuration#BuildPlatforms ('UBUNTU16', '--OnlyProd');BuildPlatforms ('UBUNTU14', '--OnlyProd');BuildPlatforms ('UBUNTU12', '--OnlyProd');BuildPlatforms ('RHEL7', '--OnlyProd');BuildPlatforms ('GENERIC_WIN32', '--OnlyProd', '--NoToolSet', '--Alias=WIN');BuildName ( 'jats-installer 1.2.0000.cr' );BuildInterface ( 'interface' );#.. External Packages#LinkPkgArchive ( 'debian_dpkg', '1.13.25.4000.cots' );LinkPkgArchive ( 'debian_packager', '1.26.0000.cr' );LinkPkgArchive ( 'nsis', '2.46.1000.cots' );LinkPkgArchive ( 'nsis_library', '1.3.4000.cr' );LinkPkgArchive ( 'nsis_packager', '2.4.0000.cr' );LinkPkgArchive ( 'nsis_path', '2.0.1000.cr' );## Generate FilesBuildDescpkg ();BuildMake ();