diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 11:12:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 11:12:36 +0000 |
commit | 6705b4531d1c483151a3251aaaa05a2200de7f94 (patch) | |
tree | 1598834ad0ce0a7b5da8fb7fcc61bd241aa1d298 /i18npool/util | |
parent | 008f4d1af052af38c7141c888bbcc20907a48232 (diff) |
INTEGRATION: CWS i18napi (1.13.8); FILE MERGED
2003/04/19 20:10:56 er 1.13.8.1: #i13625 move source/utility/ to module i18nutil; create separated libi18nsearch
Diffstat (limited to 'i18npool/util')
-rw-r--r-- | i18npool/util/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/i18npool/util/makefile.mk b/i18npool/util/makefile.mk index e6dab0998497..c44aa9c5f4ba 100644 --- a/i18npool/util/makefile.mk +++ b/i18npool/util/makefile.mk @@ -2,9 +2,9 @@ #* #* $RCSfile: makefile.mk,v $ #* -#* $Revision: 1.16 $ +#* $Revision: 1.17 $ #* -#* last change: $Author: hr $ $Date: 2003-04-22 16:08:15 $ +#* last change: $Author: vg $ $Date: 2003-04-24 12:12:36 $ #* #* The Contents of this file are made available subject to the terms of #* either of the following licenses @@ -88,14 +88,13 @@ LIB1FILES= $(SLB)$/defaultnumberingprovider.lib \ $(SLB)$/transliterationImpl.lib \ $(SLB)$/characterclassification.lib \ $(SLB)$/collator.lib \ - $(SLB)$/search.lib \ - $(SLB)$/regexp.lib \ $(SLB)$/inputchecker.lib \ $(SLB)$/textconversion.lib SHL1TARGET= $(TARGET)$(VERSION)$(DLLPOSTFIX) SHL1IMPLIB= i$(TARGET) +SHL1DEPN= makefile.mk SHL1VERSIONMAP=$(TARGET).map SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME=$(SHL1TARGET) |