diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 14:12:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 14:12:30 +0000 |
commit | 6343f5a6692eb0d0f79c6ee489496a798f5ed2aa (patch) | |
tree | e47f0d4ec69f2c6e1b2876a78450ef6e99cd4c91 /sal/qa/rtl_strings | |
parent | f50a5728bf98544a999ca384cc4f0e06f2b5ee70 (diff) |
INTEGRATION: CWS qadev0xa (1.3.26); FILE MERGED
2003/07/03 09:36:10 lla 1.3.26.1: #110278# qadev9 -> qadev0xa changes
Diffstat (limited to 'sal/qa/rtl_strings')
-rw-r--r-- | sal/qa/rtl_strings/makefile.mk | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/sal/qa/rtl_strings/makefile.mk b/sal/qa/rtl_strings/makefile.mk index d7d1cc836ef1..7debc6ff5dd7 100644 --- a/sal/qa/rtl_strings/makefile.mk +++ b/sal/qa/rtl_strings/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2003-05-27 14:20:12 $ +# last change: $Author: hr $ $Date: 2003-08-07 15:12:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,10 +88,12 @@ 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 + # auto generated Target:FileBase # END ------------------------------------------------------------------ @@ -112,10 +114,12 @@ SHL2STDLIBS+=$(SOLARLIBDIR)$/libcppunit$(DLLPOSTFIX).a .ENDIF SHL2IMPLIB= i$(SHL2TARGET) -SHL2DEF= $(MISC)$/$(SHL2TARGET).def +# SHL2DEF= $(MISC)$/$(SHL2TARGET).def DEF2NAME =$(SHL2TARGET) -DEF2EXPORTFILE= export.exp +# DEF2EXPORTFILE= export.exp +SHL2VERSIONMAP = export.map + # auto generated Target:FileBase # END ------------------------------------------------------------------ @@ -136,10 +140,12 @@ SHL3STDLIBS+=$(SOLARLIBDIR)$/libcppunit$(DLLPOSTFIX).a .ENDIF SHL3IMPLIB= i$(SHL3TARGET) -SHL3DEF= $(MISC)$/$(SHL3TARGET).def +# SHL3DEF= $(MISC)$/$(SHL3TARGET).def DEF3NAME =$(SHL3TARGET) -DEF3EXPORTFILE= export.exp +# DEF3EXPORTFILE= export.exp +SHL3VERSIONMAP = export.map + # auto generated Target:FileBase # END ------------------------------------------------------------------ |