ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.linux
(Generate patch)

Comparing deliantra/Deliantra-Client/makebin.linux (file contents):
Revision 1.8 by root, Sun Dec 9 14:45:15 2007 UTC vs.
Revision 1.9 by root, Tue Dec 25 09:39:49 2007 UTC

7PANGO=1.5.0 7PANGO=1.5.0
8#PERL=/opt/perl 8#PERL=/opt/perl
9#PERLLIB=/opt/perl/lib/perl5/ 9#PERLLIB=/opt/perl/lib/perl5/
10#PANGO=1.6.0 10#PANGO=1.6.0
11 11
12for mod in AnyEvent EV JSON-XS Crossfire; do 12for mod in AnyEvent EV JSON-XS Crossfire Compress-LZF BDB; do
13 ( 13 (
14 cd /root/src/$mod 14 cd /root/src/$mod
15 $PERL/bin/perl Makefile.PL 15 $PERL/bin/perl Makefile.PL
16 make install 16 make install
17 make clean 17 make clean

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines