Subversion Repositories DevTools

Rev

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

#===============================================================================
# **** Copyright (c) 2016 VIX TECHNOLOGY (AUST) LTD ****
#
#===============================================================================

# Build system
die "Usage: Makefile.pl rootdir Makelib.pl\n"
    unless( $#ARGV+1 >= 2 );
require "$ARGV[1]";


# Platform configuration
Platform            ('*');


# Package the manifest tool perl module.
PackageFile         ('*', '--DirTree=gbe');


# Generate the makefile and complete
MakefileGenerate    ();
1;