diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 14:09:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 14:09:31 +0000 |
commit | 123b71eefdb727128abcfd4d467c538259b7f8be (patch) | |
tree | 781bfe4a4a99a53e47e60b01f808e46fa9c9461a /sal/qa/ByteSequence | |
parent | 1cde6062e8d6ca515585a8414076f57768501f08 (diff) |
INTEGRATION: CWS qadev0xa (1.4.26); FILE MERGED
2003/07/03 09:35:57 lla 1.4.26.1: #110278# qadev9 -> qadev0xa changes
Diffstat (limited to 'sal/qa/ByteSequence')
-rw-r--r-- | sal/qa/ByteSequence/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sal/qa/ByteSequence/makefile.mk b/sal/qa/ByteSequence/makefile.mk index 4fd61d0ea98a..499b69561187 100644 --- a/sal/qa/ByteSequence/makefile.mk +++ b/sal/qa/ByteSequence/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2003-05-27 14:18:19 $ +# last change: $Author: hr $ $Date: 2003-08-07 15:09:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,11 +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 ------------------------------- # do this here, so we get right dependencies |