diff options
author | Bustamam Harun <bustamam@openoffice.org> | 2001-12-14 15:26:11 +0000 |
---|---|---|
committer | Bustamam Harun <bustamam@openoffice.org> | 2001-12-14 15:26:11 +0000 |
commit | cd08b28d45efad0b2cbc8bc54fd3fef2e4f1ccd8 (patch) | |
tree | 8aa7c604da98127c1ef260d3f1a013293889379f /i18npool/util | |
parent | a71c319a7b140bf444abb65c71dec10416a68f46 (diff) |
#95565# 4524120 Add IndexEntry in i18npool
Diffstat (limited to 'i18npool/util')
-rw-r--r-- | i18npool/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/i18npool/util/makefile.mk b/i18npool/util/makefile.mk index 865552f93dcb..9285ad413966 100644 --- a/i18npool/util/makefile.mk +++ b/i18npool/util/makefile.mk @@ -2,9 +2,9 @@ #* #* $RCSfile: makefile.mk,v $ #* -#* $Revision: 1.4 $ +#* $Revision: 1.5 $ #* -#* last change: $Author: er $ $Date: 2001-11-23 15:00:27 $ +#* last change: $Author: bustamam $ $Date: 2001-12-14 16:26:11 $ #* #* The Contents of this file are made available subject to the terms of #* either of the following licenses @@ -97,7 +97,8 @@ LIB3TARGET= $(SLB)$/$(TARGET).lib LIB3FILES= $(SLB)$/defaultnumberingprovider.lib \ $(SLB)$/registerservices.lib \ $(SLB)$/numberformatcode.lib \ - $(SLB)$/localedata.lib + $(SLB)$/localedata.lib \ + $(SLB)$/indexentry.lib SHL3TARGET= $(TARGET)$(VERSION)$(DLLPOSTFIX) SHL3IMPLIB= i$(TARGET) |