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.25 by root, Mon Apr 17 21:52:42 2006 UTC vs.
Revision 1.26 by root, Tue Apr 18 00:14:16 2006 UTC

9 9
10EOF 10EOF
11 11
12if ($^O =~ /win32/i or $^O =~ /mswin/) { 12if ($^O =~ /win32/i or $^O =~ /mswin/) {
13 warn "do manual configuration, please\n"; 13 warn "do manual configuration, please\n";
14 $INC = "-I/gtk/include -I/gtk/pango-1.0 -I/gtk/glib-2.0 -I/gtk/freetype2"; 14 $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";
15 $LIBS = "-L/gtk/lib -lSDL -lSDL_image -lSDL_mixer -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lz", 15 $LIBS = "-L/gtk/lib -lSDL -lSDL_image -lSDL_mixer -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lfontconfig -lz -lopengl32",
16} else { 16} else {
17 $INC = join " ", qx<sdl-config --cflags>, qx<pkg-config pangoft2 --cflags>; 17 $INC = join " ", qx<sdl-config --cflags>, qx<pkg-config pangoft2 --cflags>;
18 $LIBS = join " ", qx<sdl-config --libs>, "-lSDL_image -lSDL_mixer", qx<pkg-config pangoft2 --libs>; 18 $LIBS = join " ", qx<sdl-config --libs>, "-lSDL_image -lSDL_mixer", qx<pkg-config pangoft2 --libs>;
19 19
20 $INC =~ s/\n/ /g for $INC, $LIBS; 20 $INC =~ s/\n/ /g for $INC, $LIBS;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines