summaryrefslogtreecommitdiff
path: root/ucbhelper/workben
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:58:20 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:58:20 +0000
commit0e7c991566fac66e629fc78b8cf6ab57f88a220b (patch)
tree4c538d6312ecb6d246413c2c5a57777ca82a9e3a /ucbhelper/workben
parent5c59664c3e88d2b539c0ceca0348ff412ef47027 (diff)
INTEGRATION: CWS bgdlremove (1.3.8); FILE MERGED
2007/05/18 11:38:07 kso 1.3.8.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:27 kso 1.3.8.1: #i76911# - ucbhelper no longer uses VOS
Diffstat (limited to 'ucbhelper/workben')
-rw-r--r--ucbhelper/workben/myucp/makefile.mk30
1 files changed, 12 insertions, 18 deletions
diff --git a/ucbhelper/workben/myucp/makefile.mk b/ucbhelper/workben/myucp/makefile.mk
index fc014152078c..959846b84d32 100644
--- a/ucbhelper/workben/myucp/makefile.mk
+++ b/ucbhelper/workben/myucp/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: vg $ $Date: 2007-02-06 13:07:07 $
+# last change: $Author: ihi $ $Date: 2007-06-05 14:58:20 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -43,9 +43,9 @@ UCP_NAME=myucp
PRJ=..$/..
# @@@ Name of the project your UCP code recides it.
-PRJNAME=UCBHELPER
+PRJNAME=ucbhelper
-TARGET=ucp$(UCP_NAME)
+TARGET=ucp$(UCP_NAME)$(UCP_VERSION).uno
ENABLE_EXCEPTIONS=TRUE
USE_DEFFILE=TRUE
@@ -57,24 +57,24 @@ NO_BSYMBOLIC=TRUE
# --- General -----------------------------------------------------
+# no "lib" prefix
+DLLPRE =
+
# @@@ Adjust template file names. Add own files here.
SLOFILES=\
$(SLO)$/myucp_services.obj \
$(SLO)$/myucp_provider.obj \
$(SLO)$/myucp_content.obj \
- $(SLO)$/myucp_contentcaps.obj
-
-# You need these only if you implement a folder content,
-# which supports the command "open" returning a result set.
-# $(SLO)$/myucp_resultset.obj
-# $(SLO)$/myucp_datasupplier.obj
+ $(SLO)$/myucp_contentcaps.obj \
+ $(SLO)$/myucp_resultset.obj \
+ $(SLO)$/myucp_datasupplier.obj
LIB1TARGET=$(SLB)$/_$(TARGET).lib
LIB1OBJFILES=$(SLOFILES)
# --- Shared-Library ---------------------------------------------------
-SHL1TARGET=$(TARGET)$(UCP_VERSION)
+SHL1TARGET=$(TARGET)
SHL1IMPLIB=i$(TARGET)
SHL1VERSIONMAP=exports.map
@@ -83,19 +83,13 @@ SHL1STDLIBS=\
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(SALLIB) \
- $(VOSLIB) \
+ $(SALHELPERLIB) \
$(UCBHELPERLIB)
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
SHL1LIBS=$(LIB1TARGET)
-# --- Def-File ---------------------------------------------------------
-
DEF1NAME=$(SHL1TARGET)
-DEF1EXPORTFILE=exports.dxp
-
-# @@@ A description string for you UCP.
-DEF1DES=UCB Content Provider
# --- Targets ----------------------------------------------------------