Compiles on Linux now, fixed the build script
[theodwalha.git] / build.py
bloba8d927db5e10fb0cc0405e0adecf9b9f5f0196d4
1 import nil.build
3 project = 'theodwalha'
5 builder = nil.build.builder(project)
6 for library in ['boost_system', 'boost_thread', 'boost_filesystem', 'ail', 'z', 'dl']:
7 builder.library(library)
8 builder.program()