Pango-1.221\blib\arch\Pango\Install\Files.pm Pango-1.221\blib\arch\Pango\Install\pango-perl-autogen.h Pango-1.221\blib\arch\Pango\Install\pango-perl-versions.h Pango-1.221\blib\arch\Pango\Install\pango-perl.h Pango-1.221\blib\arch\Pango\Install\pango-perl.typemap Pango-1.221\blib\arch\Pango\Install\pango.typemap #### package Gtk2::Install::Files; $self = { 'inc' => '-mms-bitfields -IC:/gtk_bundle/include/gtk-2.0 -IC:/gtk_bundle/lib/gtk-2.0/include -IC:/gtk_bundle/include/atk-1.0 -IC:/gtk_bundle/include/cairo -IC:/gtk_bundle/include/pango-1.0 -IC:/gtk_bundle/include/glib-2.0 -IC:/gtk_bundle/lib/glib-2.0/include -IC:/gtk_bundle/include/freetype2 -IC:/gtk_bundle/include -IC:/gtk_bundle/include/libpng12 -I./build ', 'typemaps' => [ 'gtk2perl.typemap', 'gdk.typemap', 'gtk.typemap' ], 'deps' => [ 'Pango', 'Glib', 'Cairo' ], 'libs' => '-LC:/gtk_bundle/lib -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl ' }; # this is for backwards compatiblity @deps = @{ $self->{deps} }; @typemaps = @{ $self->{typemaps} }; $libs = $self->{libs}; $inc = $self->{inc}; $CORE = undef; foreach (@INC) { if ( -f $_ . "/Gtk2/Install/Files.pm") { $CORE = $_ . "/Gtk2/Install/"; last; } } 1;