--- deliantra/Deliantra-Client/makebin.win32 2007/04/16 20:35:28 1.10 +++ deliantra/Deliantra-Client/makebin.win32 2009/01/13 23:56:24 1.21 @@ -2,12 +2,20 @@ [ -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/. --exclude audio --exclude rocketmen_sound_effects --exclude "*.exe" && +if true; then + for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF Guard; 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:\\vc98\\include;c:\\sdk\\include" @@ -16,17 +24,25 @@ export VCINSTALLDIR=c:\\vc98 export MSVCDir=c:\\vc98 export MSDevDir=c:\\vs6\\common\\msdev98 + 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/Crossfire && - /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/CFClient && /c/perl/bin/perl Makefile.PL && nmake install && win32/ppwin && - cp cfplus.exe /c/temp + cp deliantra.exe /c/temp ' && -rsync -avessh vm:/c/CFClient/cfplus.exe . -todata cfplus.exe +rsync -avessh vm:/c/CFClient/deliantra.exe . +cp deliantra.exe /fs/dosx/todo/. & +todata deliantra.exe +wait