Changeset 1135 for trunk/src/SConscript


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/src/SConscript

    r1121 r1135  
    22
    33# import root environment
    4 Import( "env", "SGlob" )
     4Import( "env")
    55myenv = env.Copy()
    66
    77# gather cpp files
    8 cpps = SGlob("*.cpp")
    9 pycpps = SGlob("python_*.cpp")
     8cpps = env.SGlob("*.cpp")
     9pycpps = env.SGlob("python_*.cpp")
    1010for pf in pycpps: cpps.remove(pf)
    1111
Note: See TracChangeset for help on using the changeset viewer.