summaryrefslogtreecommitdiff
path: root/i18npool/util
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:43:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:43:56 +0000
commit5aa504c15bc4fca7bc866e3eb8ae4832af4879c8 (patch)
tree6352f4d52465812a775d597eba90f774ec8f07a3 /i18npool/util
parentcdf69b077363a3f4f717cdb3675d1eebf0914819 (diff)
INTEGRATION: CWS i18n10 (1.17.48); FILE MERGED
2004/01/06 19:07:55 er 1.17.48.2: #i22138# SHL1IMPLIB needed under WNT 2003/12/17 20:21:21 khong 1.17.48.1: #i22138# remove TOOLS usage from i18npool, and make i18npool a good component
Diffstat (limited to 'i18npool/util')
-rw-r--r--i18npool/util/makefile.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/i18npool/util/makefile.mk b/i18npool/util/makefile.mk
index c44aa9c5f4ba..fd61e87c4e9a 100644
--- a/i18npool/util/makefile.mk
+++ b/i18npool/util/makefile.mk
@@ -2,9 +2,9 @@
#*
#* $RCSfile: makefile.mk,v $
#*
-#* $Revision: 1.17 $
+#* $Revision: 1.18 $
#*
-#* last change: $Author: vg $ $Date: 2003-04-24 12:12:36 $
+#* last change: $Author: rt $ $Date: 2004-01-20 13:43:56 $
#*
#* The Contents of this file are made available subject to the terms of
#* either of the following licenses
@@ -62,17 +62,17 @@
PRJ=..
PRJNAME=i18npool
-TARGET=i18npool
-VERSION=$(UPD)
+TARGET=i18npool.uno
# Make symbol renaming match library name for Mac OS X
.IF "$(OS)"=="MACOSX"
-SYMBOLPREFIX=i18n$(UPD)$(DLLPOSTFIX)
+SYMBOLPREFIX=$(TARGET)
.ENDIF
# --- Settings -----------------------------------------------------------
.INCLUDE : settings.mk
+DLLPRE =
# --- Allgemein ----------------------------------------------------------
@@ -91,17 +91,17 @@ LIB1FILES= $(SLB)$/defaultnumberingprovider.lib \
$(SLB)$/inputchecker.lib \
$(SLB)$/textconversion.lib
-SHL1TARGET= $(TARGET)$(VERSION)$(DLLPOSTFIX)
-SHL1IMPLIB= i$(TARGET)
+SHL1TARGET= $(TARGET)
+# WNT needs implib name even if there is none
+SHL1IMPLIB= i$(SHL1TARGET)
SHL1DEPN= makefile.mk
-SHL1VERSIONMAP=$(TARGET).map
+SHL1VERSIONMAP=$(PRJNAME).map
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)
SHL1LIBS=$(LIB1TARGET)
SHL1STDLIBS= \
- $(TOOLSLIB) \
$(I18NUTILLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \