Import('*')

SRC=simpleglob("*.cc")

game_io=srcenv.StaticLibrary(target='game_io', source=SRC)

Return('game_io')

