diff options
-rw-r--r-- | sal/qa/rtl/math/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sal/qa/rtl/math/makefile.mk b/sal/qa/rtl/math/makefile.mk index a6e9f2657..6428350ad 100644 --- a/sal/qa/rtl/math/makefile.mk +++ b/sal/qa/rtl/math/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: vg $ $Date: 2003-05-27 14:19:55 $ +# last change: $Author: hr $ $Date: 2003-08-07 15:12:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,10 +88,11 @@ SHL1STDLIBS+=$(SOLARLIBDIR)$/libcppunit$(DLLPOSTFIX).a .ENDIF SHL1IMPLIB= i$(SHL1TARGET) -SHL1DEF= $(MISC)$/$(SHL1TARGET).def +# SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME =$(SHL1TARGET) -DEF1EXPORTFILE= export.exp +# DEF1EXPORTFILE= export.exp +SHL1VERSIONMAP = export.map #------------------------------- All object files ------------------------------- |