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.64 by root, Wed Sep 20 16:01:07 2006 UTC vs.
Revision 1.65 by root, Sun Oct 1 14:48:50 2006 UTC

26*** microsoft compatibility forced us to only support manual configuration 26*** microsoft compatibility forced us to only support manual configuration
27*** by editing Makefile.PL. complain to microsoft. 27*** by editing Makefile.PL. complain to microsoft.
28 28
29EOF 29EOF
30 $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"; 30 $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";
31 $LIBS = "-L/gtk/lib -lSDL -lSDL_image -lSDL_mixer -lpango-1.0 -lpangoft2-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lfreetype -lfontconfig -lopengl32", 31 $LIBS = "-L/gtk/lib -lSDL -lSDL_image -lSDL_mixer -lpango-1.0 -lpangoft2-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lfreetype -lfontconfig -lopengl32 -lwininet",
32} else { 32} else {
33 $INC = join " ", qx<sdl-config --cflags>, qx<pkg-config pangoft2 --cflags>; 33 $INC = join " ", qx<sdl-config --cflags>, qx<pkg-config pangoft2 --cflags>;
34 $LIBS = join " ", qx<sdl-config --libs>, "-lSDL_image -lSDL_mixer", qx<pkg-config pangoft2 --libs>, "-lGL"; 34 $LIBS = join " ", qx<sdl-config --libs>, "-lSDL_image -lSDL_mixer", qx<pkg-config pangoft2 --libs>, "-lGL";
35 35
36 $INC =~ s/\n/ /g for $INC, $LIBS; 36 $INC =~ s/\n/ /g for $INC, $LIBS;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines