Rev 1139 | Blame | Compare with Previous | Last modification | View Log | RSS feed
######################################################################### Copyright (c) VIX TECHNOLOGY (AUST) LTD# Module name : makefile.pl# Module type : JATS Makefile# Environment(s): JATS Build System## Description : Makefile for nsis_packager##......................................................................### exec build system#require "$ARGV[1]";## Build platform definitions ..#Platform( '*' );#.............................................................................# Packaging definitions#PackageFile ( '*', '--DirTree=gbe' );PackageFile ( '*', '--DirTree=tools' );PackageFile ( '*', '--DirTree=etc' );PackageFile ( '*', '--DirTree=examples' );PackageFile ( '*', 'descpkg' );#.............................................................................# Finally generate the makefile#MakefileGenerate();#.. Successful termination1;