From 55ab5d7e0e5e019a6d901fd6ca5bd244c6848b2a Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Tue, 29 Apr 2003 20:49:57 +0000 Subject: [PATCH] ICU-2243 add Layout Extension Library to --ldflags-layout X-SVN-Rev: 11732 --- icu4c/source/config/Makefile.inc.in | 3 ++- icu4c/source/config/icu-config-bottom | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/icu4c/source/config/Makefile.inc.in b/icu4c/source/config/Makefile.inc.in index 376887ecfae..0f6f3134033 100644 --- a/icu4c/source/config/Makefile.inc.in +++ b/icu4c/source/config/Makefile.inc.in @@ -2,7 +2,7 @@ #****************************************************************************** # Copyright (C) 1999-2002, International Business Machines # Corporation and others. All Rights Reserved. -# $Revision: 1.32 $ +# $Revision: 1.33 $ #****************************************************************************** # This Makefile.inc is designed to be included into projects which make use # of the ICU. @@ -92,6 +92,7 @@ ICULIBS_CTESTFW = -l$(ICUPREFIX)ctestfw$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION) ICULIBS_USTDIO = -lustdio$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION) ICULIBS_OBSOLETE = -l$(ICUPREFIX)obsolete$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION) ICULIBS_LAYOUT = -l$(ICUPREFIX)le$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION) +ICULIBS_LAYOUTEX = -l$(ICUPREFIX)lx$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION) ICULIBS_BASE = $(LIBS) -L$(libdir) # for icu-config to test with diff --git a/icu4c/source/config/icu-config-bottom b/icu4c/source/config/icu-config-bottom index 8b6c8b7118d..8cd9643b114 100644 --- a/icu4c/source/config/icu-config-bottom +++ b/icu4c/source/config/icu-config-bottom @@ -1,5 +1,5 @@ ## -*-sh-*- -## BEGIN of icu-config-bottom. $Revision: 1.7 $ +## BEGIN of icu-config-bottom. $Revision: 1.8 $ ## Copyright (c) 2002, International Business Machines Corporation and ## others. All Rights Reserved. @@ -231,7 +231,7 @@ do ;; --ldflags-layout) - echo $ICULIBS_LAYOUT + echo $ICULIBS_LAYOUT $ICULIBS_LAYOUTEX ;; --ldflags-searchpath)