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.8 by root, Fri Oct 13 19:23:08 2006 UTC vs.
Revision 1.19 by root, Fri Sep 5 15:24:10 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
6 for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF; do
7 (
8 cd /root/src/"$mod"
9 make clean
10 ssh vm mkdir /c/"$mod"
11 rsync -avPessh --modify-window=1 . vm:/c/"$mod"/. --del
12 ) &
13 done
14fi
15
16wait
17
5( 18(
6 cd ../Crossfire || exit 69 19 cd ../Deliantra || exit 69
7 [ -e Makefile ] && make clean 20 [ -e Makefile ] && make clean
8 rsync -avessh --modify-window=1 . vm:/c/Crossfire/. 21 rsync -avessh --modify-window=1 . vm:/c/Crossfire/.
9) && 22) &&
10rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude rocketmen_sound_effects && 23rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" &&
11#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm ' 24#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm '
12ssh vm ' 25ssh vm '
13 export INCLUDE="c:\\vc98\\include;c:\\sdk\\include" 26 export INCLUDE="c:\\vc98\\include;c:\\sdk\\include"
14 export LIB="c:\\vc98\\lib;c:\\sdk\\lib" 27 export LIB="c:\\vc98\\lib;c:\\sdk\\lib"
15 export ACTIVEPERL_CONFIG_DISABLE=1 28 export ACTIVEPERL_CONFIG_DISABLE=1
16 export VCINSTALLDIR=c:\\vc98 29 export VCINSTALLDIR=c:\\vc98
30 export MSVCDir=c:\\vc98
31 export MSDevDir=c:\\vs6\\common\\msdev98
32 export PERL_MM_USE_DEFAULT=1
17 PATH="/c/Perl/bin/:/c/WINNT/system32:/c/WINNT:/c/WINNT/System32/Wbem:/c/gtk2/bin:/c/bdb/bin:/c/sdk/Bin/:/c/sdk/Bin/WinNT/:/c/vc98/bin:/c/vc98/msdev98/bin:/gtk/bin:$PATH" 33 PATH="/c/Perl/bin/:/c/WINNT/system32:/c/WINNT:/c/WINNT/System32/Wbem:/c/gtk2/bin:/c/bdb/bin:/c/sdk/Bin/:/c/sdk/Bin/WinNT/:/c/vc98/bin:/c/vc98/msdev98/bin:/gtk/bin:$PATH"
18 34
19 cd /c/Crossfire && 35 cd /c/AnyEvent && /c/perl/bin/perl Makefile.PL && nmake install &&
20 /c/perl/bin/perl Makefile.PL && 36 cd /c/EV && /c/perl/bin/perl Makefile.PL && nmake install &&
21 nmake install && 37 cd /c/BDB && /c/perl/bin/perl Makefile.PL && nmake install &&
38 cd /c/JSON-XS && /c/perl/bin/perl Makefile.PL && nmake install &&
39 cd /c/Deliantra && /c/perl/bin/perl Makefile.PL && nmake install &&
40 cd /c/Compress-LZF && /c/perl/bin/perl Makefile.PL && nmake install &&
41
22 cd /c/CFClient && 42 cd /c/CFClient &&
23 /c/perl/bin/perl Makefile.PL && 43 /c/perl/bin/perl Makefile.PL &&
24 nmake install && 44 nmake install &&
25 win32/ppwin && 45 win32/ppwin &&
26 cp cfplus.exe /c/temp 46 cp deliantra.exe /c/temp
27' && 47' &&
28rsync -avessh vm:/c/CFClient/cfplus.exe . 48rsync -avessh vm:/c/CFClient/deliantra.exe .
29todata cfplus.exe 49cp deliantra.exe /fs/dosx/todo/. &
50todata deliantra.exe
51wait
30 52

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines