ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/Makefile.PL
(Generate patch)

Comparing BDB/Makefile.PL (file contents):
Revision 1.7 by root, Tue Dec 11 01:45:17 2007 UTC vs.
Revision 1.8 by root, Tue Dec 11 02:28:02 2007 UTC

8 8
9 warn "your platform is not standards-compliant, you have to port this module first\n"; 9 warn "your platform is not standards-compliant, you have to port this module first\n";
10 warn "using some hardcoded config that will not work on your system\n"; 10 warn "using some hardcoded config that will not work on your system\n";
11 11
12 $INC = "-I/Perl/lib/CORE -I/sdk/include -I/vc98/include -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"; 12 $INC = "-I/Perl/lib/CORE -I/sdk/include -I/vc98/include -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";
13 $LIBS = ["-L/gtk/lib -ldb46 -lpthreadVC2"]; 13 $LIBS = ["-L/gtk/lib -ldb45 -lpthreadVC2"];
14} else { 14} else {
15 $INC = ""; 15 $INC = "";
16 $LIBS = ['-lpthread -ldb'], 16 $LIBS = ['-lpthread -ldb'],
17} 17}
18 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines