summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-30 14:03:54 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-30 14:03:54 +0000
commit75b85bcc80e794a52085da484042c024483d9dc1 (patch)
tree6344e36beca750d1d04c587f8a8935b405b5b7f9 /configmgr
parent93f980cc0efbdbd3af841fc621e33d1b60bdf319 (diff)
INTEGRATION: CWS cfg04 (1.17.66); FILE MERGED
2003/12/22 10:42:57 ssmith 1.17.66.1: #114570# cfgmgr component library name change
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/util/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/configmgr/util/makefile.mk b/configmgr/util/makefile.mk
index fcedb0fbc73c..02ae8b5cf9a1 100644
--- a/configmgr/util/makefile.mk
+++ b/configmgr/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.17 $
+# $Revision: 1.18 $
#
-# last change: $Author: hr $ $Date: 2003-03-19 16:20:17 $
+# last change: $Author: rt $ $Date: 2004-03-30 15:03:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -62,17 +62,17 @@
PRJ=..
PRJNAME=configmgr
-TARGET=cfgmgr
+TARGET=configmgr
ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/version.mk
-
+DLLPRE =
# --- Library -----------------------------------
-SHL1TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR)
+SHL1TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR).uno
.IF "$(OS)"=="MACOSX"
#SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map
.ELSE