Changeset 378
- Timestamp:
- Tue Dec 4 09:01:18 2007
- Files:
-
- branches/python2.5/Build.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
branches/python2.5/Build.py
r374 r378 225 225 else: 226 226 pure.append((modnm, fnm, 'PYMODULE')) 227 else:228 print "WARNING: mod == None for", modnm229 227 binaries.extend(bindepend.Dependencies(binaries)) 230 228 scripts[1:1] = rthooks
