Subversion Repositories DevTools

Rev

Rev 2090 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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

#..     Build system
#
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";

require         "$BUILDLIB_PL";
require         "$MAKELIB_PL";

#..     Toolset configuration
#

#..     Product configuration
#
BuildPlatforms ( 'CSHARP' );

BuildName       ( 'EA_DocGen 1.1.0 cr' );

BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );

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

#
# Specify dependencies
#
LinkPkgArchive ( 'MS_Word_11_0_Object_Lib', '8.3.cots' );
LinkPkgArchive ( 'Sparx_Systems_EA_Object_Lib', '2.10.238.1.cots' );

#
#   Generate Files
BuildVersion   ('', 'array', 'Defs');
BuildDescpkg   ();
BuildMake      ();