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

Comparing deliantra/Deliantra-Client/Makefile.PL (file contents):
Revision 1.44 by root, Tue May 23 21:14:41 2006 UTC vs.
Revision 1.45 by root, Wed May 24 22:48:19 2006 UTC

14EOF 14EOF
15 15
16if ($^O =~ /win32/i or $^O =~ /mswin/) { 16if ($^O =~ /win32/i or $^O =~ /mswin/) {
17 warn "\ndo manual configuration by editing Makefile.PL, please\n\n"; 17 warn "\ndo manual configuration by editing Makefile.PL, please\n\n";
18 $INC = "-I/gtk/include -I/gtk/include/pango-1.0 -I/gtk/include/glib-2.0 -I/gtk/lib/glib-2.0/include/ -I/gtk/include/freetype2 -I/gtk/include/cairo"; 18 $INC = "-I/gtk/include -I/gtk/include/pango-1.0 -I/gtk/include/glib-2.0 -I/gtk/lib/glib-2.0/include/ -I/gtk/include/freetype2 -I/gtk/include/cairo";
19 $LIBS = "-L/gtk/lib -lSDL -lSDL_image -lSDL_mixer -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lfreetype -lcairo -lfontconfig -lopengl32 -lm", 19 $LIBS = "-L/gtk/lib -lSDL -lSDL_image -lSDL_mixer -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lfreetype -lcairo -lfontconfig -lopengl32",
20} else { 20} else {
21 $INC = join " ", qx<sdl-config --cflags>, qx<pkg-config pangoft2 --cflags>, qx<pkg-config pangocairo --cflags>; 21 $INC = join " ", qx<sdl-config --cflags>, qx<pkg-config pangoft2 --cflags>, qx<pkg-config pangocairo --cflags>;
22 $LIBS = join " ", qx<sdl-config --libs>, "-lSDL_image -lSDL_mixer", qx<pkg-config pangoft2 --libs>, qx<pkg-config pangocairo --libs>; 22 $LIBS = join " ", qx<sdl-config --libs>, "-lSDL_image -lSDL_mixer", qx<pkg-config pangoft2 --libs>, qx<pkg-config pangocairo --libs>;
23 23
24 $INC =~ s/\n/ /g for $INC, $LIBS; 24 $INC =~ s/\n/ /g for $INC, $LIBS;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines