[Libreoffice-commits] core.git: Branch 'aoo/trunk' - desktop/source

Oliver-Rainer Wittmann orw at apache.org
Thu Jun 20 01:07:29 PDT 2013


 desktop/source/deployment/gui/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4872ee3a623dc639482b125494fb9f1b3a46b5b9
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Thu Jun 20 07:43:37 2013 +0000

    122398: correct library name for Windows platform

diff --git a/desktop/source/deployment/gui/makefile.mk b/desktop/source/deployment/gui/makefile.mk
index 2cda839..45ac440 100644
--- a/desktop/source/deployment/gui/makefile.mk
+++ b/desktop/source/deployment/gui/makefile.mk
@@ -86,7 +86,7 @@ SHL1STDLIBS = \
         $(OLE32LIB)
 
 SHL1DEPN =
-SHL1IMPLIB = i$(TARGET)
+SHL1IMPLIB = i$(SHL1TARGET)
 SHL1DEF = $(MISC)$/$(SHL1TARGET).def
 
 DEF1NAME = $(SHL1TARGET)


More information about the Libreoffice-commits mailing list