Import('*')

SRC=simpleglob("*.cc")

localenv=srcenv.Copy()

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

