Sconstruct #1

  • //
  • guest/
  • perforce_software/
  • utils/
  • pvcstop4/
  • non-pcli/
  • 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
#1 4866 Robert Cowham Non-pcli version for those who need it.