diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 14:09:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 14:09:48 +0000 |
commit | 22921a3556cf456fbbcb39640acd479c8d687ada (patch) | |
tree | c9240841f5009a1e38e2b68ffe5e4c4e6a233720 /sal/qa/OStringBuffer | |
parent | 123b71eefdb727128abcfd4d467c538259b7f8be (diff) |
INTEGRATION: CWS qadev0xa (1.5.26); FILE MERGED
2003/07/03 09:36:00 lla 1.5.26.1: #110278# qadev9 -> qadev0xa changes
Diffstat (limited to 'sal/qa/OStringBuffer')
-rw-r--r-- | sal/qa/OStringBuffer/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sal/qa/OStringBuffer/makefile.mk b/sal/qa/OStringBuffer/makefile.mk index cdd74e80d436..6e981b501a26 100644 --- a/sal/qa/OStringBuffer/makefile.mk +++ b/sal/qa/OStringBuffer/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2003-05-27 14:18:28 $ +# last change: $Author: hr $ $Date: 2003-08-07 15:09:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,10 +94,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 ------------------------------- |