# 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
|
5974 |
Ashish Melanta |
Pulling in the Perforce utils into my guest branch |
|
|
//guest/perforce_software/utils/pvcstop4/non-pcli/Sconstruct |
#1
|
4866 |
Robert Cowham |
Non-pcli version for those who need it. |
|
|