--- deliantra/Deliantra-Client/makebin.win32 2008/09/05 15:24:10 1.19 +++ deliantra/Deliantra-Client/makebin.win32 2010/04/24 06:27:40 1.22 @@ -3,23 +3,18 @@ [ -e Makefile ] && make clean if true; then - for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF; do + for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF Guard common-sense; do ( cd /root/src/"$mod" make clean - ssh vm mkdir /c/"$mod" - rsync -avPessh --modify-window=1 . vm:/c/"$mod"/. --del + ssh vm mkdir -p /c/"$mod" + rsync -avPessh --modify-window=1 . vm:/c/"$mod"/. --del --exclude /pgrab ) & done fi wait -( - cd ../Deliantra || exit 69 - [ -e Makefile ] && make clean - rsync -avessh --modify-window=1 . vm:/c/Crossfire/. -) && rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" && #sshpass -p geheim123 ssh -o PreferredAuthentications=password vm ' ssh vm ' @@ -32,6 +27,8 @@ export PERL_MM_USE_DEFAULT=1 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" + cd /c/common-sense && /c/perl/bin/perl Makefile.PL && nmake install && + cd /c/Guard && /c/perl/bin/perl Makefile.PL && nmake install && cd /c/AnyEvent && /c/perl/bin/perl Makefile.PL && nmake install && cd /c/EV && /c/perl/bin/perl Makefile.PL && nmake install && cd /c/BDB && /c/perl/bin/perl Makefile.PL && nmake install &&