- Timestamp:
- 10/14/06 09:01:25 (6 years ago)
- Location:
- branches/ithildin-scons
- Files:
-
- 2 added
- 1 edited
-
SConstruct (modified) (1 diff)
-
lib/SConscript (added)
-
source/SConscript (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-scons/SConstruct
r766 r782 314 314 315 315 for m in modules.split(','): 316 env.SConscript('modules/%s/SConscript' % m)316 if m: env.SConscript('modules/%s/SConscript' % m) 317 317 318 318 # vi:set ts=8 sts=4 sw=4 tw=76 et syntax=python:
Note: See TracChangeset
for help on using the changeset viewer.
