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.19 by root, Fri Sep 5 15:24:10 2008 UTC vs.
Revision 1.20 by root, Tue Sep 9 10:27:26 2008 UTC

5if true; then 5if true; then
6 for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF; do 6 for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF; do
7 ( 7 (
8 cd /root/src/"$mod" 8 cd /root/src/"$mod"
9 make clean 9 make clean
10 ssh vm mkdir /c/"$mod" 10 ssh vm mkdir -p /c/"$mod"
11 rsync -avPessh --modify-window=1 . vm:/c/"$mod"/. --del 11 rsync -avPessh --modify-window=1 . vm:/c/"$mod"/. --del --exclude /pgrab
12 ) & 12 ) &
13 done 13 done
14fi 14fi
15 15
16wait 16wait
17 17
18(
19 cd ../Deliantra || exit 69
20 [ -e Makefile ] && make clean
21 rsync -avessh --modify-window=1 . vm:/c/Crossfire/.
22) &&
23rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" && 18rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" &&
24#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm ' 19#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm '
25ssh vm ' 20ssh vm '
26 export INCLUDE="c:\\vc98\\include;c:\\sdk\\include" 21 export INCLUDE="c:\\vc98\\include;c:\\sdk\\include"
27 export LIB="c:\\vc98\\lib;c:\\sdk\\lib" 22 export LIB="c:\\vc98\\lib;c:\\sdk\\lib"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines