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 | 345f8ba2a07c59aa2533e60ea87506ff8bea16b3 (patch) | |
tree | e51c10c04144026dcb95aca9319507d090b109c2 /soldep/source/makefile.mk | |
parent | c6d637b7392de59e48b8505022f2176d7cf61efc (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/source/makefile.mk')
-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 96cda452b515..42eaf729fdec 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 |