# 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 SConstruct setenv.bat sortmap.pl sortmeta.pl 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 | 5093 | Hari Krishna Dara |
Populating perforce branch. I will be adding p4admin files to it. |
||
//guest/perforce_software/utils/vsstop4/main/SConstruct | |||||
#1 | 4937 | Robert Cowham | Add Scons and correct version of files. |