Sha256: 95441d6ff1649a9bbb75ac4ecc25cbd2fce101c2d7ade376efac62c1f1b822c6
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
# Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved. # CFLAGS contains only anything end users should set CFLAGS = # CXXFLAGS contains only anything end users should set CXXFLAGS = --std=c++0x # DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h DEFS = prefix = /home/vagrant/ruby-gnome2.win32/pango/vendor/local exec_prefix = ${prefix} #bindir = ${exec_prefix}/bin libdir = ${exec_prefix}/lib includedir = ${prefix}/include baselibs = -lpthread -lm #datarootdir = ${prefix}/share #datadir = ${datarootdir} #sbindir = ${exec_prefix}/sbin #mandir = ${datarootdir}/man #sysconfdir = ${prefix}/etc UNICODE_VERSION=8.0 ICUPREFIX=icu ICULIBSUFFIX= LIBICU=lib${ICUPREFIX} #SHAREDLIBCFLAGS=-fPIC pkglibdir=${libdir}/icu${ICULIBSUFFIX}/57.1 #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/57.1 ICUDATA_NAME = icudt57l #ICUPKGDATA_DIR=${exec_prefix}/lib #ICUDATA_DIR=${pkgdatadir} ICUDESC=International Components for Unicode Version: 57.1 Cflags: -I${includedir} # end of icu.pc.in Description: International Components for Unicode: Common and Data libraries Name: icu-uc Libs: -L${libdir} -licuuc57 -licudt57 Libs.private: ${baselibs}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pango-3.1.0-x86-mingw32 | vendor/local/lib/pkgconfig/icu-uc.pc |
pango-3.0.9-x86-mingw32 | vendor/local/lib/pkgconfig/icu-uc.pc |
pango-3.0.8-x86-mingw32 | vendor/local/lib/pkgconfig/icu-uc.pc |