From 321571ba16987e7bd35c1f0c110b43f28000f4d6 Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Fri, 29 Jun 2001 15:44:02 +0000 Subject: #67468# now compiles also on windows --- stoc/source/namingservice/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'stoc/source/namingservice/makefile.mk') 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 ------------------------------------------------------ -- cgit