Changeset 782 for branches


Ignore:
Timestamp:
10/14/06 09:01:25 (6 years ago)
Author:
wd
Message:

Update scons stuff, add missing files.

Location:
branches/ithildin-scons
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-scons/SConstruct

    r766 r782  
    314314 
    315315for m in modules.split(','): 
    316     env.SConscript('modules/%s/SConscript' % m) 
     316    if m: env.SConscript('modules/%s/SConscript' % m) 
    317317 
    318318# vi:set ts=8 sts=4 sw=4 tw=76 et syntax=python: 
Note: See TracChangeset for help on using the changeset viewer.