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 system (taken from Trigger Rally -- tnx, boys!)
[syren.git]
/
build_w32.sh
blob
85f5e86c488272c0f4ef4799679f3d960667f7c6
1
#!/bin/zsh
2
3
rm
-f
syren.exe syren_lite.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
syren.exe syrenx.exe
13
#jam clean
14
15
echo
"building syren_lite.exe..."
16
export
NO_HTTPS
=
"tan"
17
jam clean
18
jam
19
mv
-f
syren.exe syren_lite.exe
20
21
export
NO_HTTPS
=
""
22
jam clean
23
24
mv
-f
syrenx.exe syren.exe