Subversion Repositories DevTools

Rev

Rev 6734 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#===============================================================================
# **** Copyright (c) 2016 VIX TECHNOLOGY (AUST) LTD ****
#
#===============================================================================


# 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      ('GENERIC','--OnlyProd');

BuildName           ( 'manifest-tool 3.0.1000 cr' );
BuildInterface      ('local');
BuildInterface      ('interface');


# Build directories.
BuildSubDir         ('src');


# Generate Files
BuildDescpkg        ();
BuildMake           ();