ICU-2243 add Layout Extension Library to --ldflags-layout
X-SVN-Rev: 11732
This commit is contained in:
parent
000ce54f7e
commit
55ab5d7e0e
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user