Rev 4192 | Blame | Compare with Previous | Last modification | View Log | RSS feed
######################################################################### COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.# Module name : makefile.pl# Module type : JATS Makefile# Environment(s): JATS Build System## Description : Makefile for checkReg##......................................................................### exec build system#die "Usage: Makefile.pl rootdir Makelib.pl\n" unless( $#ARGV+1 >= 2 );require "$ARGV[1]";# Build platform definitions ..#Platform( '*' );############################################################################# Define the source files#Src ('*', "checkReg.c");Prog('*', "checkReg", @OBJS, '-LAdvapi32' );#.............................................................................# Packaging definitions#InstallProg ( '*' , @PROGS );PackageProg ( '*' , @PROGS );#.............................................................................# Finally generate the makefile#MakefileGenerate();#.. Successful termination1;