diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:48:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:48:42 +0000 |
commit | 59b56089ec60be5faae0c107f8dd0c1ff2400324 (patch) | |
tree | 6e18b3b8e2c92a964099c85b886ff672c0968183 /sal/qa/rtl_strings | |
parent | e332a19e0e1c77a660b30061ecd918b3c318af7e (diff) |
INTEGRATION: CWS reportdesign01 (1.9.98); FILE MERGED
2007/10/04 11:36:18 lla 1.9.98.1: #i67655# cleanups
Diffstat (limited to 'sal/qa/rtl_strings')
-rw-r--r-- | sal/qa/rtl_strings/makefile.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sal/qa/rtl_strings/makefile.mk b/sal/qa/rtl_strings/makefile.mk index 8183a49118e5..110372231337 100644 --- a/sal/qa/rtl_strings/makefile.mk +++ b/sal/qa/rtl_strings/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: vg $ $Date: 2007-01-16 16:02:36 $ +# last change: $Author: ihi $ $Date: 2007-11-20 19:48:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,7 @@ SHL1IMPLIB= i$(SHL1TARGET) DEF1NAME =$(SHL1TARGET) # DEF1EXPORTFILE= export.exp -SHL1VERSIONMAP = export.map +SHL1VERSIONMAP = $(PRJ)$/qa$/export.map # auto generated Target:FileBase # END ------------------------------------------------------------------ @@ -84,7 +84,7 @@ SHL2IMPLIB= i$(SHL2TARGET) DEF2NAME =$(SHL2TARGET) # DEF2EXPORTFILE= export.exp -SHL2VERSIONMAP = export.map +SHL2VERSIONMAP = $(PRJ)$/qa$/export.map # auto generated Target:FileBase # END ------------------------------------------------------------------ @@ -112,7 +112,7 @@ SHL3IMPLIB= i$(SHL3TARGET) DEF3NAME =$(SHL3TARGET) # DEF3EXPORTFILE= export.exp -SHL3VERSIONMAP = export.map +SHL3VERSIONMAP = $(PRJ)$/qa$/export.map # auto generated Target:FileBase # END ------------------------------------------------------------------ @@ -128,7 +128,7 @@ SHL4STDLIBS=\ SHL4IMPLIB= i$(SHL4TARGET) DEF4NAME =$(SHL4TARGET) -SHL4VERSIONMAP = export.map +SHL4VERSIONMAP = $(PRJ)$/qa$/export.map # END ------------------------------------------------------------------ @@ -143,7 +143,7 @@ SHL5STDLIBS=\ SHL5IMPLIB= i$(SHL5TARGET) DEF5NAME =$(SHL5TARGET) -SHL5VERSIONMAP = export.map +SHL5VERSIONMAP = $(PRJ)$/qa$/export.map # END ------------------------------------------------------------------ @@ -158,7 +158,7 @@ SHL6STDLIBS=\ SHL6IMPLIB= i$(SHL6TARGET) DEF6NAME =$(SHL6TARGET) -SHL6VERSIONMAP = export.map +SHL6VERSIONMAP = $(PRJ)$/qa$/export.map # END ------------------------------------------------------------------ |