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 | 11c8e7a59ccd1fbc0a1641a155e807eff748f80d (patch) | |
tree | f0da2699893d325f6ef47a232075fcd25ef9aad6 | |
parent | f22a997af18a2a72e631c8b27529d176d534835d (diff) |
INTEGRATION: CWS qadev0xa (1.2.26); FILE MERGED
2003/07/03 09:36:07 lla 1.2.26.1: #110278# qadev9 -> qadev0xa changes
-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 ------------------------------- |