Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1612 dpurdie 1
# Copyright (C) 1998-2008 ERG Limited, All rights reserved
2
#
3
# Module name   : wsdl-tools
4
# Module type   : JATS Plugin
5
# Environment(s): JATS
6
#
7
# Description:    Define external interface
8
#.........................................................................#
9
 
10
#..     Build system
11
#
12
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
13
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
14
 
15
require         "$BUILDLIB_PL";
16
require         "$MAKELIB_PL";
17
 
18
 
19
#..     Product configuration
20
#
21
BuildPlatforms ( 'CSHARP','--OnlyDebug' );
22
#BuildPlatforms ( 'CSHARP2005','--OnlyDebug' );
23
 
24
BuildName       ( 'wsdl-tools 1.0.0000 cr' );
25
BuildInterface  ( 'interface' );
26
 
27
#
28
#   Specify subdirectories to process
29
#
30
BuildSubDir    ( 'src' );
31
 
32
#
33
#   Generate Files
34
BuildDescpkg   ();
35
BuildMake      ();
36