# Sconstruct file for PVCSToP4 # see www.scons.org for details. FILES = [ 'Change.pm', 'CHANGELOG.txt', 'config.ini', 'convert.pl', 'convert.pm', 'improve.pl', 'mkdepot.pl', 'README.txt', 'readvlog.pl', 'sortmap.pl', 'sortmeta.pl', 'utils.pm', 'verify.pl', ] zip_file = 'pvcstop4.zip' env = Environment() env.Zip(zip_file, FILES) # Default target to build Default(zip_file)
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #2 | 7142 | Robert Cowham | - Remove options in mkdepot.pl that allow P4Perl not to be used - doesn't work otherwise! | ||
| #1 | 4664 | Robert Cowham | Branch into permanent location. | ||
| //guest/robert_cowham/perforce/utils/pvcstop4/main/Sconstruct | |||||
| #2 | 4650 | Robert Cowham | Update for P4Perl changes, plus fix a couple of filetypes. | ||
| #1 | 4648 | Robert Cowham | Added docs, and Scons facility for updating. | ||