--- deliantra/Deliantra-Client/makebin.win32 2008/08/31 10:04:14 1.18 +++ deliantra/Deliantra-Client/makebin.win32 2008/09/05 15:24:10 1.19 @@ -3,11 +3,12 @@ [ -e Makefile ] && make clean if true; then - for mod in AnyEvent EV JSON-XS Deliantra BDB; do + for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF; do ( cd /root/src/"$mod" make clean - rsync -avPessh --modify-window=1 /root/src/"$mod" vm:/c/. --del + ssh vm mkdir /c/"$mod" + rsync -avPessh --modify-window=1 . vm:/c/"$mod"/. --del ) & done fi @@ -35,7 +36,7 @@ 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/Crossfire && /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 &&