# Copyright (C) 1998-2008 ERG Limited, All rights reserved
#
# Module name   : wsdl-tools
# Module type   : JATS Plugin
# Environment(s): JATS
#
# Description:    Define external interface
#.........................................................................#

#..     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 ( 'CSHARP','--OnlyDebug' );
#BuildPlatforms ( 'CSHARP2005','--OnlyDebug' );

BuildName       ( 'wsdl-tools 1.0.0000 cr' );
BuildInterface  ( 'interface' );

#
#   Specify subdirectories to process
#
BuildSubDir    ( 'src' );

#
#   Generate Files
BuildDescpkg   ();
BuildMake      ();

