Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
4205 dpurdie 1
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
2
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
1086 rsolanki 3
require         "$BUILDLIB_PL";
4
require         "$MAKELIB_PL";
4205 dpurdie 5
BuildPlatforms  ( 'JAVA,--Version=1.6' );
6
BuildName       ( 'generate_release_notes 2.0.2000 cr' );
7
BuildInterface  ( 'local' );
1086 rsolanki 8
BuildInterface  ( 'interface' );
4205 dpurdie 9
BuildDescpkg    ();   
10
BuildMake       ();
1086 rsolanki 11