summaryrefslogtreecommitdiff
path: root/stoc/source/namingservice/makefile.mk
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-06-29 15:44:02 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-06-29 15:44:02 +0000
commit321571ba16987e7bd35c1f0c110b43f28000f4d6 (patch)
tree5967406e364251159e39316a76c780619cc1a2aa /stoc/source/namingservice/makefile.mk
parent869a637d3d08902f2bd69718d02f4b8309c34ca0 (diff)
#67468# now compiles also on windows
Diffstat (limited to 'stoc/source/namingservice/makefile.mk')
-rw-r--r--stoc/source/namingservice/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/stoc/source/namingservice/makefile.mk b/stoc/source/namingservice/makefile.mk
index 81d5cc017f8d..0769bd917e47 100644
--- a/stoc/source/namingservice/makefile.mk
+++ b/stoc/source/namingservice/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: pluby $ $Date: 2001-03-02 07:18:53 $
+# last change: $Author: jbu $ $Date: 2001-06-29 16:41:47 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,13 +86,14 @@ SHL1STDLIBS= \
$(CPPUHELPERLIB) \
$(SALLIB)
+SHL1VERSIONMAP=$(TARGET).map
+
SHL1DEPN=
SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------