summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:43:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:43:31 +0000
commitcdf69b077363a3f4f717cdb3675d1eebf0914819 (patch)
tree3dbb9cab2902140004edbed9c5b83e069ea0407b /i18npool
parent8b6faf8ba4d45f987bf958fa59c4dfbb6f182c25 (diff)
INTEGRATION: CWS i18n10 (1.3.48); FILE MERGED
2003/12/17 19:59:39 khong 1.3.48.1: #i22138# make i18nsearch a 'good' component
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/search/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/i18npool/source/search/makefile.mk b/i18npool/source/search/makefile.mk
index 2735224d10e4..f2232a6366a3 100644
--- a/i18npool/source/search/makefile.mk
+++ b/i18npool/source/search/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: vg $ $Date: 2003-04-24 11:07:56 $
+# last change: $Author: rt $ $Date: 2004-01-20 13:43:31 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,13 +63,14 @@
PRJ=..$/..
PRJNAME=i18npool
-TARGET=search
+TARGET=i18nsearch.uno
USE_DEFFILE=TRUE
LIBTARGET=NO
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
+DLLPRE =
# --- Files --------------------------------------------------------
@@ -80,7 +81,7 @@ SLOFILES= \
$(EXCEPTIONSFILES) \
$(SLO)$/levdis.obj
-SHL1TARGET= i18nsearch
+SHL1TARGET= $(TARGET)
SHL1OBJS= $(SLOFILES)
.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC"
@@ -96,10 +97,9 @@ SHL1STDLIBS= \
$(I18NREGEXPLIB)
SHL1DEPN= makefile.mk
+SHL1VERSIONMAP= i18nsearch.map
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= $(SHL1TARGET).dxp
-
# --- Targets ------------------------------------------------------