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
new build scripts; new redist scheme
[syren.git]
/
build_w32.sh
blob
261fd82c93b48d52231b2af0f4b8b5e0ab6d5bd9
1
#!/bin/zsh
2
3
rm
-f
syren.exe syren_lite.exe
4
5
export
WINDOZE
=
"tan"
6
export
NO_HTTPS
=
""
7
8
cd
src
9
jam clean
10
11
echo
"building syren_lite..."
12
export
NO_HTTPS
=
"tan"
13
jam
14
cp
-f
syren.exe ..
/
syren_lite.exe
15
jam clean
16
17
echo
"building syren..."
18
export
NO_HTTPS
=
""
19
jam
20
cp
-f
syren.exe ..
/
syren.exe
21
jam clean