Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: icu46/source/config/icu.pc.in

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu46/source/config/icu-config.1.in ('k') | icu46/source/config/make2sh.sed » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (C) 2010, International Business Machines Corporation. All Rights Re served.
2
3 prefix = @prefix@
4 exec_prefix = @exec_prefix@
5 #bindir = @bindir@
6 libdir = @libdir@
7 includedir = @includedir@
8 baselibs = @LIBS@
9 #datarootdir = @datarootdir@
10 #datadir = @datadir@
11 #sbindir = @sbindir@
12 #mandir = @mandir@
13 #sysconfdir = @sysconfdir@
14 CFLAGS = @CFLAGS@
15 #CXXFLAGS = @CXXFLAGS@
16 DEFS = @DEFS@
17 UNICODE_VERSION=@UNICODE_VERSION@
18 ICUPREFIX=icu
19 ICULIBSUFFIX=@ICULIBSUFFIX@
20 LIBICU=lib${ICUPREFIX}
21 #SHAREDLIBCFLAGS=-fPIC
22 pkglibdir=${libdir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@
23 #pkgdatadir=${datadir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@
24 ICUDATA_NAME = icudt@LIB_VERSION_MAJOR@@ICUDATA_CHAR@
25 #ICUPKGDATA_DIR=@libdir@
26 #ICUDATA_DIR=${pkgdatadir}
27 ICUDESC=International Components for Unicode
28
29 Version: @VERSION@
30 Cflags: -I${includedir}
31 # end of icu.pc.in
OLDNEW
« no previous file with comments | « icu46/source/config/icu-config.1.in ('k') | icu46/source/config/make2sh.sed » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698