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.2 by root, Sun May 14 22:58:24 2006 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
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 -p /c/"$mod"
11 rsync -avPessh --modify-window=1 . vm:/c/"$mod"/. --del --exclude /pgrab
12 ) &
13 done
14fi
15
16wait
17
4rsync -avessh --modify-window=1 . vm:/c/CFClient/. && 18rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" &&
19#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm '
5ssh vm ' 20ssh vm '
6 export INCLUDE="c:\\vc\\include;c:\\sdk\\include" 21 export INCLUDE="c:\\vc98\\include;c:\\sdk\\include"
7 export LIB="c:\\vc\lib;c:\\sdk\\lib" 22 export LIB="c:\\vc98\\lib;c:\\sdk\\lib"
8 PATH="/c/gtk/bin:/c/perl/bin:/c/vc/bin:$PATH" 23 export ACTIVEPERL_CONFIG_DISABLE=1
24 export VCINSTALLDIR=c:\\vc98
25 export MSVCDir=c:\\vc98
26 export MSDevDir=c:\\vs6\\common\\msdev98
27 export PERL_MM_USE_DEFAULT=1
28 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"
29
30 cd /c/AnyEvent && /c/perl/bin/perl Makefile.PL && nmake install &&
31 cd /c/EV && /c/perl/bin/perl Makefile.PL && nmake install &&
32 cd /c/BDB && /c/perl/bin/perl Makefile.PL && nmake install &&
33 cd /c/JSON-XS && /c/perl/bin/perl Makefile.PL && nmake install &&
34 cd /c/Deliantra && /c/perl/bin/perl Makefile.PL && nmake install &&
35 cd /c/Compress-LZF && /c/perl/bin/perl Makefile.PL && nmake install &&
9 36
10 cd /c/CFClient && 37 cd /c/CFClient &&
11 ACTIVEPERL_CONFIG_DISABLE=1 /c/perl/bin/perl Makefile.PL && 38 /c/perl/bin/perl Makefile.PL &&
12 nmake install && 39 nmake install &&
13 win32/ppwin && 40 win32/ppwin &&
14 cp pclient.exe /c/temp 41 cp deliantra.exe /c/temp
15' && 42' &&
16rsync -avessh vm:/c/CFClient/pclient.exe . 43rsync -avessh vm:/c/CFClient/deliantra.exe .
44cp deliantra.exe /fs/dosx/todo/. &
45todata deliantra.exe
46wait
17 47

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines