--- deliantra/Deliantra-Client/makebin.win32 2008/05/21 23:35:54 1.16 +++ 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 @@ -31,11 +32,12 @@ 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/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/Crossfire && /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 && @@ -44,7 +46,7 @@ cp deliantra.exe /c/temp ' && rsync -avessh vm:/c/CFClient/deliantra.exe . -cp deliantra.exe /fs/dosx/todo/. &/ +cp deliantra.exe /fs/dosx/todo/. & todata deliantra.exe wait