Subversion Repositories DevTools

Rev

Rev 4995 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
#
# Module name   : build.pl
# Module type   : Makefile system
# Environment(s): JATS
#
# Description:    build.pl Template
#.........................................................................#

#..     Build system
#
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";

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

#..     Product configuration
#
BuildAlias      ( 'WINCE',  'WCEPSPC_emu', 'WCEPSPC_arm' ); # All the WinCE Targets
BuildAlias      ( 'MOS',    'MOS68K', 'MOSCF' );            # All the MOS Platforms
BuildAlias      ( 'WIN',    'WINCE',  'WIN32' );            # All the WIN Targets

or

BuildProduct    ( 'GAK',    'MOS68K', 'MOSCF' );            # Variations
BuildProduct    ( 'PCP',    'MOS68K' );                     # Variations
BuildProduct    ( 'TP5',    'MOSCF' );                      # Variations
BuildProduct    ( 'VCP',    'MOS68K' );                     # Variations

BuildAlias      ( 'MOS',    'GAK', 'PCP', 'TP5', 'VCP' );   # All the MOS Platforms
BuildAlias      ( 'WINCE',  'WCEPSPC_emu', 'WCEPSPC_arm' ); # All the WinCE Targets
BuildAlias      ( 'WIN',    'WINCE', 'WIN32' );             # All the WIN Targets


BuildName       ( 'BUILDNAME xx.xx.xx xx' );
BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );

#..     External Packages
#       Use LinkpkgArchive or BuildPkgArchive
#
LinkPkgArchive ( 'Package'        , 'Version' );

#
#   Specify subdirectories to process
#
BuildSubDir    ( 'src' );

#
#   Generate Files
#BuildVersion    ();                                # Optional
BuildDescpkg   ();
BuildMake      ();