Import('*')

SRC=Glob('*.cc')

localenv=editorenv.Copy()

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