Sconstruct #2

  • //
  • guest/
  • robert_cowham/
  • perforce/
  • utils/
  • pvcstop4/
  • main/
  • Sconstruct
  • View
  • Commits
  • Open Download .zip Download (495 B)
# 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.
#1 4648 Robert Cowham Added docs, and Scons facility for updating.