Changeset 18 for SConstruct
- Timestamp:
- 12/05/12 20:26:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SConstruct
r6 r18 65 65 if sys.version_info[0] == 2: 66 66 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'), 68 68 "python bletchley-distutils install --root=/%s | tee bletchley-python2.log" % destdir) 69 69 … … 71 71 if python_path != '': 72 72 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'), 74 74 "python3 bletchley-distutils install --root=/%s | tee bletchley-python3.log" % destdir) 75 75
Note: See TracChangeset
for help on using the changeset viewer.