Rev 229 | Rev 4536 | 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.6');BuildName ( 'jats_java 2.0.0000 cr' );BuildSubDir ( 'src' );BuildSubDir ( 'srcRM' );BuildSubDir ( 'srcCQ' );BuildInterface ( 'interface' );BuildPkgArchive ( 'oraclient', '9.2.0' );BuildDescpkg ();BuildMake ();