Message cleared on demand (if you want to reuse and the codec engine may be different)
[anna.git] / source / config / SConscript
1 Import ('env')
2
3 sources = Glob('*.cpp')
4
5 result = env.StaticLibrary ('anna_config', sources);
6
7 Return ('result')
8