diff options
Diffstat (limited to 'stoc/source/defaultregistry/makefile.mk')
-rw-r--r-- | stoc/source/defaultregistry/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/defaultregistry/makefile.mk b/stoc/source/defaultregistry/makefile.mk index 35ec135e6d7d..689e103c0013 100644 --- a/stoc/source/defaultregistry/makefile.mk +++ b/stoc/source/defaultregistry/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2001-05-07 13:50:42 $ +# last change: $Author: jbu $ $Date: 2001-06-22 16:20:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,13 +88,13 @@ SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(SALLIB) +SHL1VERSIONMAP= $(TARGET).map SHL1DEPN= SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp # --- Targets ------------------------------------------------------ |