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.18 by root, Sun Aug 31 10:04:14 2008 UTC vs.
Revision 1.20 by root, Tue Sep 9 10:27:26 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 5if true; then
6 for mod in AnyEvent EV JSON-XS Deliantra BDB; 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 -p /c/"$mod"
10 rsync -avPessh --modify-window=1 /root/src/"$mod" vm:/c/. --del 11 rsync -avPessh --modify-window=1 . vm:/c/"$mod"/. --del --exclude /pgrab
11 ) & 12 ) &
12 done 13 done
13fi 14fi
14 15
15wait 16wait
16 17
17(
18 cd ../Deliantra || exit 69
19 [ -e Makefile ] && make clean
20 rsync -avessh --modify-window=1 . vm:/c/Crossfire/.
21) &&
22rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" && 18rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" &&
23#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm ' 19#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm '
24ssh vm ' 20ssh vm '
25 export INCLUDE="c:\\vc98\\include;c:\\sdk\\include" 21 export INCLUDE="c:\\vc98\\include;c:\\sdk\\include"
26 export LIB="c:\\vc98\\lib;c:\\sdk\\lib" 22 export LIB="c:\\vc98\\lib;c:\\sdk\\lib"
33 29
34 cd /c/AnyEvent && /c/perl/bin/perl Makefile.PL && nmake install && 30 cd /c/AnyEvent && /c/perl/bin/perl Makefile.PL && nmake install &&
35 cd /c/EV && /c/perl/bin/perl Makefile.PL && nmake install && 31 cd /c/EV && /c/perl/bin/perl Makefile.PL && nmake install &&
36 cd /c/BDB && /c/perl/bin/perl Makefile.PL && nmake install && 32 cd /c/BDB && /c/perl/bin/perl Makefile.PL && nmake install &&
37 cd /c/JSON-XS && /c/perl/bin/perl Makefile.PL && nmake install && 33 cd /c/JSON-XS && /c/perl/bin/perl Makefile.PL && nmake install &&
38 cd /c/Crossfire && /c/perl/bin/perl Makefile.PL && nmake install && 34 cd /c/Deliantra && /c/perl/bin/perl Makefile.PL && nmake install &&
39 cd /c/Compress-LZF && /c/perl/bin/perl Makefile.PL && nmake install && 35 cd /c/Compress-LZF && /c/perl/bin/perl Makefile.PL && nmake install &&
40 36
41 cd /c/CFClient && 37 cd /c/CFClient &&
42 /c/perl/bin/perl Makefile.PL && 38 /c/perl/bin/perl Makefile.PL &&
43 nmake install && 39 nmake install &&

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines