Blame | Last modification | View Log | RSS feed
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## Module name : Makefile.pl# Module type : Makefile system# Environment(s): JATS## Description: makefile.pl for VixArmv4iGeneric##.........................................................................#require "$ARGV[1]";## Build platform definitions ..#Platform( '*' );############################################################################# Define the source files# Package the installer, as an installer - in the package root directory#Src ( '*', "VixArmv4iGeneric_$ScmBuildVersionFull.msi" );PackageFile ( '*' , "VixArmv4iGeneric_$ScmBuildVersionFull.msi" );#.............................................................................# Finally generate the makefile#MakefileGenerate();#.. Successful termination1;