Subversion Repositories DevTools

Rev

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

########################################################################
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
#
# Module name   : build.pl
# Module type   : Makefile system
# Compiler(s)   : Perl
# Environment(s): jats
#
# Description   : Jats build file for 
#
#......................................................................#
#
#..     Build system
#
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";

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

BuildPlatforms  ( 'JAVA,--Version=1.4');        # build with 1.4 - its the lowest common denominator on all of our machines
BuildName       ( 'jats_java 2.0.0000 cr' );

BuildSubDir    ( 'src' );
BuildSubDir    ( 'srcRM' );
BuildSubDir    ( 'srcCQ' );

BuildInterface  ( 'interface' );
BuildPkgArchive ( 'oraclient', '9.2.0' );
BuildDescpkg    ();
BuildMake       ();