diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:36:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:36:34 +0000 |
commit | 185dc2ccd29cdad5938674b02d45533942ab426d (patch) | |
tree | 60091535c3c33bf9959f3b9452367e394e6a0d58 | |
parent | 6fb8e6e602daf314008b3f589898ea3c6b2b4ecf (diff) |
INTEGRATION: CWS supdremove02 (1.3.158); FILE MERGED
2008/01/25 15:58:55 rt 1.3.158.1: #i85482# Remove UPD from library names.
-rw-r--r-- | extensions/test/stm/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/test/stm/makefile.mk b/extensions/test/stm/makefile.mk index 7947833d3..6874697bd 100644 --- a/extensions/test/stm/makefile.mk +++ b/extensions/test/stm/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2007-03-09 08:42:22 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:36:34 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,7 @@ ENABLE_EXCEPTIONS=TRUE OBJFILES= $(SLO)$/pipetest.obj $(SLO)$/testfactreg.obj $(SLO)$/datatest.obj \ $(SLO)$/marktest.obj -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) LIB1TARGET= $(SLB)$/$(TARGET).lib SHL1STDLIBS= \ |