Subversion Repositories DevTools

Rev

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

# Copyright (C) 1998-2006 ERG Limited, All rights reserved
#
# Module name   : build.pl
# Module type   : Makefile system
# Environment(s): n/a
#
# Description:    build.pl for package Manager_Suite
#.........................................................................#

#..     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' );

BuildName       ( 'Manager_Suite 1.0.1000 cr', '1.0.1000' );
BuildInterface  ( 'interface' );

#
#   Specify subdirectories to process
#
BuildSubDir    ( '..' );

#
#   Generate Files
BuildDescpkg   ();
BuildMake      ();