repo.or.cz
/
theodwalha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Compiles on Linux now, fixed the build script
[theodwalha.git]
/
build.py
blob
a8d927db5e10fb0cc0405e0adecf9b9f5f0196d4
1
import
nil
.
build
2
3
project
=
'theodwalha'
4
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
()