Import('*')

SRC=simpleglob("*.cc")

localenv=srcenv.Copy()

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

