--- deliantra/Deliantra-Client/makebin.win32 2006/05/19 18:39:06 1.3 +++ deliantra/Deliantra-Client/makebin.win32 2011/12/26 22:30:21 1.23 @@ -2,26 +2,43 @@ [ -e Makefile ] && make clean -( - cd ../Crossfire || exit 69 - [ -e Makefile ] && make clean - rsync -avessh --modify-window=1 . vm:/c/Crossfire/. -) && -rsync -avessh --modify-window=1 . vm:/c/CFClient/. && +if true; then + for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF Guard common-sense; do + ( + cd /root/src/"$mod" + make clean + ssh vm mkdir -p /c/"$mod" + rsync -avPessh --modify-window=1 . vm:/c/"$mod"/. --del --exclude /pgrab + ) & + done +fi + +wait + +rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" && +#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm ' ssh vm ' - export INCLUDE="c:\\vc\\include;c:\\sdk\\include" - export LIB="c:\\vc\lib;c:\\sdk\\lib" + . ~/.setenv export ACTIVEPERL_CONFIG_DISABLE=1 - PATH="/c/gtk/bin:/c/perl/bin:/c/vc/bin:$PATH" + export PERL_MM_USE_DEFAULT=1 + + 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 && + cd /c/JSON-XS && /c/perl/bin/perl Makefile.PL && nmake install && + cd /c/Deliantra && /c/perl/bin/perl Makefile.PL && nmake install && + cd /c/Compress-LZF && /c/perl/bin/perl Makefile.PL && nmake install && - cd /c/Crossfire && - /c/perl/bin/perl Makefile.PL && - nmake install && cd /c/CFClient && /c/perl/bin/perl Makefile.PL && nmake install && win32/ppwin && - cp pclient.exe /c/temp + cp deliantra.exe /c/temp ' && -rsync -avessh vm:/c/CFClient/pclient.exe . +rsync -avessh vm:/c/CFClient/deliantra.exe . +cp deliantra.exe /fs/dosx/todo/. & +todata deliantra.exe +wait