Changeset 18 for SConstruct


Ignore:
Timestamp:
12/05/12 20:26:26 (12 years ago)
Author:
tmorgan
Message:

documentation, bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SConstruct

    r6 r18  
    6565if sys.version_info[0] == 2:
    6666   install_items.append('bletchley-python2.log')
    67    env.Command('bletchley-python2.log', Glob('lib/bletchley/*.py')+Glob('lib/bletchley/PaddingOracle/*.py'),
     67   env.Command('bletchley-python2.log', Glob('lib/bletchley/*.py')+Glob('lib/bletchley/CBC/*.py'),
    6868               "python bletchley-distutils install --root=/%s | tee bletchley-python2.log" % destdir)
    6969
     
    7171if python_path != '':
    7272   install_items.append('bletchley-python3.log')
    73    env.Command('bletchley-python3.log', Glob('lib/bletchley/*.py')+Glob('lib/bletchley/PaddingOracle/*.py'),
     73   env.Command('bletchley-python3.log', Glob('lib/bletchley/*.py')+Glob('lib/bletchley/CBC/*.py'),
    7474               "python3 bletchley-distutils install --root=/%s | tee bletchley-python3.log" % destdir)
    7575
Note: See TracChangeset for help on using the changeset viewer.