ICU-2243 add Layout Extension Library to --ldflags-layout

X-SVN-Rev: 11732
This commit is contained in:
Eric Mader 2003-04-29 20:49:57 +00:00
parent 000ce54f7e
commit 55ab5d7e0e
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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)