# Sconstruct file for VSSToP4 # see www.scons.org for details. FILES = """Change.pm CHANGELOG.txt config.ini convert.pl convert.pm improve.pl mkdepot.pl readhist.pl README.txt README.html SConstruct setenv.bat sortmap.pl sortmeta.pl utils.pm verify.pl""" FILES = FILES.split("\n") zip_file = 'vsstop4.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/vsstop4/main/SConstruct | |||||
#3 | 5652 | Robert Cowham |
- Add more troubleshooting help to readme.html. - Update to use P4Perl 3.5313 - Added new module utils.pm to detect and fail if wrong P4Perl version used. |
||
#2 | 5315 | Robert Cowham |
- Output script version. Changed warning message. - Converted README.txt to README.html |
||
#1 | 4937 | Robert Cowham | Add Scons and correct version of files. |