--- deliantra/Deliantra-Client/makebin.win32 2008/09/09 10:27:26 1.20 +++ deliantra/Deliantra-Client/makebin.win32 2009/01/13 23:56:24 1.21 @@ -3,7 +3,7 @@ [ -e Makefile ] && make clean if true; then - for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF; do + for mod in AnyEvent EV JSON-XS Deliantra BDB Compress-LZF Guard; do ( cd /root/src/"$mod" make clean @@ -27,6 +27,7 @@ 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/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 &&