# 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', 'verify.pl', ] zip_file = 'pvcstop4.zip' env = Environment() env.Zip(zip_file, FILES) # Default target to build Default(zip_file)
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 5093 | Hari Krishna Dara |
Populating perforce branch. I will be adding p4admin files to it. |
||
//guest/perforce_software/utils/pvcstop4/main/Sconstruct | |||||
#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. |