You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2018/03/11 07:25:25 UTC

svn commit: r1826428 - /openoffice/trunk/main/cppuhelper/source/makefile.mk

Author: damjan
Date: Sun Mar 11 07:25:25 2018
New Revision: 1826428

URL: http://svn.apache.org/viewvc?rev=1826428&view=rev
Log:
Fix the main/cppuhelpr symbol version map checks
for Win32 and Win64.

Patch by: me


Modified:
    openoffice/trunk/main/cppuhelper/source/makefile.mk

Modified: openoffice/trunk/main/cppuhelper/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/cppuhelper/source/makefile.mk?rev=1826428&r1=1826427&r2=1826428&view=diff
==============================================================================
--- openoffice/trunk/main/cppuhelper/source/makefile.mk (original)
+++ openoffice/trunk/main/cppuhelper/source/makefile.mk Sun Mar 11 07:25:25 2018
@@ -175,7 +175,9 @@ SHL1DEF=$(MISC)$/$(SHL1TARGET).def
 
 DEF1NAME=$(SHL1TARGET)
 
-.IF "$(COMNAME)"=="sunpro5"
+.IF "$(COMNAME)"=="msci"
+.ELIF "$(COMNAME)"=="mscx"
+.ELIF "$(COMNAME)"=="sunpro5"
 SHL1VERSIONMAP=cc5_solaris_sparc.map
 .ELIF "$(GUI)$(COMNAME)"=="OS2gcc3"
 SHL1VERSIONMAP=gcc3os2.map