diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:44:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:44:07 +0000 |
commit | 5ea30437567e364dbc8d16d4d661b1c3afbe0379 (patch) | |
tree | 3cdbb02e55b94aa11759e48dd80350d11754affc /slideshow/test | |
parent | afc91dbcc9a162ab85f2e19786afab2fb1486f69 (diff) |
INTEGRATION: CWS supdremove02 (1.3.44); FILE MERGED
2008/01/29 08:07:39 rt 1.3.44.1: #i85482# Remove UPD from library name
Diffstat (limited to 'slideshow/test')
-rw-r--r-- | slideshow/test/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/test/makefile.mk b/slideshow/test/makefile.mk index f4090685dda7..293f834e3dd8 100644 --- a/slideshow/test/makefile.mk +++ b/slideshow/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2007-07-17 15:21:19 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:44:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -68,7 +68,7 @@ SHL1STDLIBS= $(SALLIB) \ .IF "$(OS)"=="WNT" SHL1STDLIBS+=$(LIBPRE) islideshowtest.lib .ELSE - SHL1STDLIBS+=-lslideshowtest$(UPD)$(DLLPOSTFIX) + SHL1STDLIBS+=-lslideshowtest$(DLLPOSTFIX) .ENDIF SHL1IMPLIB= i$(SHL1TARGET) |