repo.or.cz
/
syren.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
license change, XYSSL upgrade
[syren.git]
/
build_w32_full.sh
blob
f7ba01268506beafed29ee79fb6f8d306c7fd3d6
1
#!/bin/zsh
2
3
rm
-f
syren.exe
4
5
export
WINDOZE
=
"tan"
6
export
NO_HTTPS
=
""
7
8
jam clean
9
10
echo
"building syren.exe..."
11
jam
12
mv
-f
src
/
syren.exe syren.exe
13
jam clean