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 systemdie "Usage: Makefile.pl rootdir Makelib.pl\n"unless( $#ARGV+1 >= 2 );require "$ARGV[1]";# Platform configurationPlatform ('*');# Package the manifest tool perl module.PackageFile ('*', '--DirTree=gbe');# Generate the makefile and completeMakefileGenerate ();1;