Subversion Repositories DevTools

Rev

Rev 4466 | Rev 4543 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4466 Rev 4536
Line 16... Line 16...
16
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
16
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
17
 
17
 
18
require         "$BUILDLIB_PL";
18
require         "$BUILDLIB_PL";
19
require         "$MAKELIB_PL";
19
require         "$MAKELIB_PL";
20
 
20
 
21
BuildPlatforms  ( 'JAVA,--Version=1.6');
21
BuildPlatforms  ( 'JAVA,--Version=1.4');        # build with 1.4 - its the lowest common denominator on all of our machines
22
BuildName       ( 'jats_java 2.0.0000 cr' );
22
BuildName       ( 'jats_java 2.0.0000 cr' );
23
 
23
 
24
BuildSubDir    ( 'src' );
24
BuildSubDir    ( 'src' );
25
BuildSubDir    ( 'srcRM' );
25
BuildSubDir    ( 'srcRM' );
26
BuildSubDir    ( 'srcCQ' );
26
BuildSubDir    ( 'srcCQ' );