- # 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 |
|
#2
|
4650 |
Robert Cowham |
Update for P4Perl changes, plus fix a couple of filetypes. |
20 years ago
|
|
#1
|
4648 |
Robert Cowham |
Added docs, and Scons facility for updating. |
20 years ago
|
|