diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:30:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:30:44 +0000 |
commit | ae686db7d799df1a35930a130c55f8f99e27545c (patch) | |
tree | 0b96e7e67beffcbfdee9748ebc80667d7a030360 /soldep | |
parent | 6f02e4a6063348b37e406f65358f6a261e712863 (diff) |
INTEGRATION: CWS supdremove02 (1.13.24); FILE MERGED
2008/01/28 15:32:34 rt 1.13.24.1: #i85482# Remove UPD from library name
Diffstat (limited to 'soldep')
-rw-r--r-- | soldep/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/soldep/source/makefile.mk b/soldep/source/makefile.mk index 96cda452b..42eaf729f 100644 --- a/soldep/source/makefile.mk +++ b/soldep/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: obo $ $Date: 2007-03-09 09:34:59 $ +# last change: $Author: obo $ $Date: 2008-02-25 17:30:44 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,7 @@ SLOFILES = \ $(SLO)$/sdtresid.obj \ $(SLO)$/objwin.obj -SHL1TARGET =$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET =$(TARGET)$(DLLPOSTFIX) SHL1IMPLIB =$(TARGET) SHL1LIBS =$(SLB)$/$(TARGET).lib \ $(SLB)$/bootstrpdt.lib |