Ignore:
Timestamp:
08/14/06 15:59:40 (18 years ago)
Author:
mar637
Message:

more work on a modular scons set up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/SConscript

    r1122 r1135  
    22
    33# import root environment
    4 Import( "env", "SGlob" )
     4Import( "env")
    55myenv = env.Copy()
    66
    77# gather python files
    8 pys = SGlob("*.py")
     8pys = myenv.SGlob("*.py")
    99pymods = []
    1010for p in pys:
    11     myenv.Install(myenv["dist_dir"],p)
     11    myenv.Install(myenv["stage_dir"],p)
    1212
Note: See TracChangeset for help on using the changeset viewer.