# Copyright (C) 1998-2004 ERG Limited, All rights reserved
#
# Module name   : build.pl
# Module type   : Makefile system
# Environment(s): n/a
#
# Description:    build.pl for binflow
#.........................................................................#

#..     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   ( 'WIN32,--OnlyProd' );

BuildName       ( 'binflow 1.2.0000 cr' );
BuildInterface  ( 'interface' );



BuildVersion    ();

#   Specify subdirectories to process
BuildSubDir     ('src' );
#
#   Generate the Makefile
BuildDescpkg    ();
BuildMake       ();
