Changeset 253 for trunk/SConstruct
- Timestamp:
- 06/12/11 22:27:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r246 r253 61 61 if sys.version_info[0] == 2: 62 62 install_items.append('pyregfi2-install.log') 63 env.Command('pyregfi2-install.log', ['python/pyregfi/__init__.py', 'python/pyregfi/structures.py'], 63 env.Command('pyregfi2-install.log', ['python/pyregfi/__init__.py', 64 'python/pyregfi/structures.py', 65 'python/pyregfi/winsec.py'], 64 66 "python pyregfi-distutils.py install | tee pyregfi2-install.log") 65 67 … … 67 69 if python_path != '': 68 70 install_items.append('pyregfi3-install.log') 69 env.Command('pyregfi3-install.log', ['python/pyregfi/__init__.py', 'python/pyregfi/structures.py'], 71 env.Command('pyregfi3-install.log', ['python/pyregfi/__init__.py', 72 'python/pyregfi/structures.py', 73 'python/pyregfi/winsec.py'], 70 74 "python3 pyregfi-distutils.py install | tee pyregfi3-install.log") 71 75
Note: See TracChangeset
for help on using the changeset viewer.