Import('*')

SRC=simpleglob("*.cc")

localenv=editorenv.Copy()

lib=localenv.StaticLibrary(target='editortools', source=SRC)

