user_build.pl is to be used with the Perl Build System (PBS).
This Pbsfile shows you how to Define your own Build() sub.
none.
4 rules are defined:
- lib defines a dependency on a 'a' type file,
'b' type files and 5 't' type files,
builder alwas succed (for the example sake)
- a defines no dependencies,
builder always succed
- b defines no dependencies,
builder always succed
- t defines no dependencies,
builder always succed
- Define your own Build() sub.
- Call PBS DefaultBuild to do the depending and checking part
- Manipulate the Build sequence
Remove all the 't' type files from the build sequence and build them
- Call PBS do the the rest of the build step
perl pbs.pl -p user_build.pl -f -dd -be x.lib