From e97e15baab831b683789f24f7196f8b763716bdb Mon Sep 17 00:00:00 2001 From: Karl Hong Date: Thu, 20 Jun 2002 01:39:53 +0000 Subject: #99859#first implementation for NativeNumberSupplier --- i18npool/util/makefile.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'i18npool/util') diff --git a/i18npool/util/makefile.mk b/i18npool/util/makefile.mk index 24de7e853f4e..498afbe5c38f 100644 --- a/i18npool/util/makefile.mk +++ b/i18npool/util/makefile.mk @@ -2,9 +2,9 @@ #* #* $RCSfile: makefile.mk,v $ #* -#* $Revision: 1.9 $ +#* $Revision: 1.10 $ #* -#* last change: $Author: er $ $Date: 2002-03-28 03:05:06 $ +#* last change: $Author: khong $ $Date: 2002-06-20 02:38:54 $ #* #* The Contents of this file are made available subject to the terms of #* either of the following licenses @@ -79,6 +79,7 @@ SYMBOLPREFIX=i18n$(UPD)$(DLLPOSTFIX) LIB1TARGET= $(SLB)$/$(TARGET).lib LIB1FILES= $(SLB)$/defaultnumberingprovider.lib \ + $(SLB)$/nativenumber.lib \ $(SLB)$/registerservices.lib \ $(SLB)$/numberformatcode.lib \ $(SLB)$/locale.lib \ -- cgit