diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 14:12:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 14:12:08 +0000 |
commit | f50a5728bf98544a999ca384cc4f0e06f2b5ee70 (patch) | |
tree | 28d74bb8047b173e68617431c97e3107087c4ad4 /sal/qa/rtl/math | |
parent | f09505ec56445bda33588875e64a7a5353362828 (diff) |
INTEGRATION: CWS qadev0xa (1.2.26); FILE MERGED
2003/07/03 09:36:07 lla 1.2.26.1: #110278# qadev9 -> qadev0xa changes
Diffstat (limited to 'sal/qa/rtl/math')
-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 a6e9f2657f20..6428350ad17f 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 ------------------------------- |