
Import('env');
env2=env.Copy();


file_list=[\
'mutex_lock.cpp',\
'threaded_class.cpp',\
'path_data.cpp',\
]

env2.Library('lib_os.a', file_list);
