repo.or.cz
/
craw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CRAW now runs on Windows 7 too - the problem was that Windows 7 has moved some functi...
[craw.git]
/
SConstruct
blob
114008b6225bad25d26f681815a04a6548293b13
1
import
os
,
shutil
2
3
source
=
'craw'
4
script
=
'SConscript'
5
temporary
=
os
.
path
.
join
(
source
,
script
)
6
7
shutil
.
copyfile
(
script
,
temporary
)
8
SConscript
(
temporary
,
variant_dir
=
'build'
,
duplicate
=
0
)
9
os
.
unlink
(
temporary
)