Import('*')

SRC=Glob('*.cc')

localenv=srcenv.Copy()

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