diff options
author | Karl Hong <khong@openoffice.org> | 2002-06-20 01:39:53 +0000 |
---|---|---|
committer | Karl Hong <khong@openoffice.org> | 2002-06-20 01:39:53 +0000 |
commit | e97e15baab831b683789f24f7196f8b763716bdb (patch) | |
tree | cdc79bbfc98b1b77e500c31c7b053dc997c23789 /i18npool/util | |
parent | c74f343f4494aed40aefc4d347a079bc90499a30 (diff) |
#99859#first implementation for NativeNumberSupplier
Diffstat (limited to 'i18npool/util')
-rw-r--r-- | i18npool/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ |