--- deliantra/Deliantra-Client/makebin.win32 2007/12/26 18:09:30 1.14 +++ deliantra/Deliantra-Client/makebin.win32 2008/05/21 23:35:54 1.16 @@ -2,13 +2,15 @@ [ -e Makefile ] && make clean -for mod in AnyEvent EV JSON-XS Deliantra BDB; do - ( - cd /root/src/"$mod" - make clean - rsync -avPessh --modify-window=1 /root/src/"$mod" vm:/c/. --del - ) & -done +if true; then + for mod in AnyEvent EV JSON-XS Deliantra BDB; do + ( + cd /root/src/"$mod" + make clean + rsync -avPessh --modify-window=1 /root/src/"$mod" vm:/c/. --del + ) & + done +fi wait @@ -42,5 +44,7 @@ cp deliantra.exe /c/temp ' && rsync -avessh vm:/c/CFClient/deliantra.exe . +cp deliantra.exe /fs/dosx/todo/. &/ todata deliantra.exe +wait