diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:22:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:22:42 +0000 |
commit | 9f2b377afa032807028a15c9c8fa9253f2031890 (patch) | |
tree | 2a260aa4fa37063015c23fe03d08397f33935f0e /goodies | |
parent | ff87d5f5e062ac565e7fd7a9a5819d666aba7895 (diff) |
INTEGRATION: CWS supdremove02 (1.11.84); FILE MERGED
2008/01/28 15:42:38 rt 1.11.84.1: #i85482# Remove UPD from library name
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/ipcx/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/ipcx/makefile.mk b/goodies/source/filter.vcl/ipcx/makefile.mk index 01fa077a51d5..0d508b6592e7 100644 --- a/goodies/source/filter.vcl/ipcx/makefile.mk +++ b/goodies/source/filter.vcl/ipcx/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: vg $ $Date: 2007-03-26 14:58:44 $ +# last change: $Author: obo $ $Date: 2008-02-25 17:22:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,7 @@ SLOFILES = $(SLO)$/ipcx.obj # ========================================================================== -SHL1TARGET= ipx$(UPD)$(DLLPOSTFIX) +SHL1TARGET= ipx$(DLLPOSTFIX) SHL1IMPLIB= ipcx SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB) $(SALLIB) SHL1LIBS= $(SLB)$/ipcx.lib |