ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.win32
(Generate patch)

Comparing deliantra/Deliantra-Client/makebin.win32 (file contents):
Revision 1.13 by root, Sun Dec 9 14:45:16 2007 UTC vs.
Revision 1.16 by root, Wed May 21 23:35:54 2008 UTC

1#!/bin/bash 1#!/bin/bash
2 2
3[ -e Makefile ] && make clean 3[ -e Makefile ] && make clean
4 4
5if true; then
5for mod in AnyEvent EV JSON-XS Crossfire BDB; do 6 for mod in AnyEvent EV JSON-XS Deliantra BDB; do
6 ( 7 (
7 cd /root/src/"$mod" 8 cd /root/src/"$mod"
8 make clean 9 make clean
9 rsync -avPessh --modify-window=1 /root/src/"$mod" vm:/c/. --del 10 rsync -avPessh --modify-window=1 /root/src/"$mod" vm:/c/. --del
10 ) & 11 ) &
11done 12 done
13fi
12 14
13wait 15wait
14 16
15( 17(
16 cd ../Crossfire || exit 69 18 cd ../Deliantra || exit 69
17 [ -e Makefile ] && make clean 19 [ -e Makefile ] && make clean
18 rsync -avessh --modify-window=1 . vm:/c/Crossfire/. 20 rsync -avessh --modify-window=1 . vm:/c/Crossfire/.
19) && 21) &&
20rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" && 22rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" &&
21#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm ' 23#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm '
40 nmake install && 42 nmake install &&
41 win32/ppwin && 43 win32/ppwin &&
42 cp deliantra.exe /c/temp 44 cp deliantra.exe /c/temp
43' && 45' &&
44rsync -avessh vm:/c/CFClient/deliantra.exe . 46rsync -avessh vm:/c/CFClient/deliantra.exe .
47cp deliantra.exe /fs/dosx/todo/. &/
45todata deliantra.exe 48todata deliantra.exe
49wait
46 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines