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.5 by root, Thu May 25 16:24:43 2006 UTC vs.
Revision 1.23 by root, Mon Dec 26 22:30:21 2011 UTC

1#!/bin/bash 1#!/bin/bash
2 2
3[ -e Makefile ] && make clean 3[ -e Makefile ] && make clean
4 4
5( 5if true; then
6 cd ../Crossfire || exit 69 6 for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF Guard common-sense; do
7 [ -e Makefile ] && make clean 7 (
8 rsync -avessh --modify-window=1 . vm:/c/Crossfire/. 8 cd /root/src/"$mod"
9) && 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
10rsync -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 '
11ssh vm ' 20ssh vm '
12 export INCLUDE="c:\\vc\\include;c:\\sdk\\include" 21 . ~/.setenv
13 export LIB="c:\\vc\lib;c:\\sdk\\lib"
14 export ACTIVEPERL_CONFIG_DISABLE=1 22 export ACTIVEPERL_CONFIG_DISABLE=1
15 PATH="/c/gtk/bin:/c/perl/bin:/c/vc/bin:$PATH" 23 export PERL_MM_USE_DEFAULT=1
16 24
17 cd /c/Crossfire && 25 cd /c/common-sense && /c/perl/bin/perl Makefile.PL && nmake install &&
18 /c/perl/bin/perl Makefile.PL && 26 cd /c/Guard && /c/perl/bin/perl Makefile.PL && nmake install &&
19 nmake install && 27 cd /c/AnyEvent && /c/perl/bin/perl Makefile.PL && nmake install &&
28 cd /c/EV && /c/perl/bin/perl Makefile.PL && nmake install &&
29 cd /c/BDB && /c/perl/bin/perl Makefile.PL && nmake install &&
30 cd /c/JSON-XS && /c/perl/bin/perl Makefile.PL && nmake install &&
31 cd /c/Deliantra && /c/perl/bin/perl Makefile.PL && nmake install &&
32 cd /c/Compress-LZF && /c/perl/bin/perl Makefile.PL && nmake install &&
33
20 cd /c/CFClient && 34 cd /c/CFClient &&
21 /c/perl/bin/perl Makefile.PL && 35 /c/perl/bin/perl Makefile.PL &&
22 nmake install && 36 nmake install &&
23 win32/ppwin && 37 win32/ppwin &&
24 cp cfplus.exe /c/temp 38 cp deliantra.exe /c/temp
25' && 39' &&
26rsync -avessh vm:/c/CFClient/cfplus.exe . 40rsync -avessh vm:/c/CFClient/deliantra.exe .
27todata cfplus.exe 41cp deliantra.exe /fs/dosx/todo/. &
42todata deliantra.exe
43wait
28 44

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines