Import('*')

SRC=simpleglob("*.cc")

localenv=editorenv.Copy()

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

