diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:26:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:26:21 +0000 |
commit | 33196b4f57c81ed5b118cfd23a15e38200cebe39 (patch) | |
tree | 7b7b92fcf3a93944ce55013ee51723bd9fff3d41 /sot/util | |
parent | 02b42bcbe7c743550ce143ae9561a1a3e8dff8c4 (diff) |
INTEGRATION: CWS supdremove02 (1.20.34); FILE MERGED
2008/01/29 07:58:19 rt 1.20.34.1: #i85482# Remove UPD from library name
Diffstat (limited to 'sot/util')
-rw-r--r-- | sot/util/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sot/util/makefile.mk b/sot/util/makefile.mk index 85e74ad30e79..3c9e4169a139 100644 --- a/sot/util/makefile.mk +++ b/sot/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: vg $ $Date: 2007-04-11 20:53:53 $ +# last change: $Author: obo $ $Date: 2008-02-25 17:26:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,15 +46,15 @@ TARGET=sot LIB1TARGET= $(SLB)$/$(TARGET).lib .IF "$(GUI)$(COM)"=="WNTGCC" -LIB1ARCHIV= $(LB)$/lib$(TARGET)$(UPD)$(DLLPOSTFIX)_static.a +LIB1ARCHIV= $(LB)$/lib$(TARGET)$(DLLPOSTFIX)_static.a .ELSE -LIB1ARCHIV= $(LB)$/lib$(TARGET)$(UPD)$(DLLPOSTFIX).a +LIB1ARCHIV= $(LB)$/lib$(TARGET)$(DLLPOSTFIX).a .ENDIF LIB1FILES= $(SLB)$/base.lib \ $(SLB)$/sdstor.lib \ $(SLB)$/unoolestorage.lib -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1IMPLIB= $(TARGET) SHL1USE_EXPORTS=ordinal SHL1LIBS= $(SLB)$/$(TARGET).lib |