You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2013/06/20 09:43:38 UTC

svn commit: r1494882 - /openoffice/trunk/main/desktop/source/deployment/gui/makefile.mk

Author: orw
Date: Thu Jun 20 07:43:37 2013
New Revision: 1494882

URL: http://svn.apache.org/r1494882
Log:
122398: correct library name for Windows platform

Modified:
    openoffice/trunk/main/desktop/source/deployment/gui/makefile.mk

Modified: openoffice/trunk/main/desktop/source/deployment/gui/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/deployment/gui/makefile.mk?rev=1494882&r1=1494881&r2=1494882&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/source/deployment/gui/makefile.mk (original)
+++ openoffice/trunk/main/desktop/source/deployment/gui/makefile.mk Thu Jun 20 07:43:37 2013
@@ -86,7 +86,7 @@ SHL1STDLIBS = \
         $(OLE32LIB)
 
 SHL1DEPN =
-SHL1IMPLIB = i$(TARGET)
+SHL1IMPLIB = i$(SHL1TARGET)
 SHL1DEF = $(MISC)$/$(SHL1TARGET).def
 
 DEF1NAME = $(SHL1TARGET)