Changeset 467
- Timestamp:
- Wed May 21 09:24:06 2008
- Files:
-
- branches/crypt/Build.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
branches/crypt/Build.py
r460 r467 227 227 binaries.extend(bindepend.Dependencies(binaries)) 228 228 self.fixMissingPythonLib(binaries) 229 scripts[1:1] = rthooks 229 # Add realtime hooks just before the last script (which is 230 # the entrypoint of the application). 231 scripts[-1:-1] = rthooks 230 232 self.scripts = TOC(scripts) 231 233 self.pure = TOC(pure)
