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

Damjan Jovanovic damjan at apache.org
Sun Mar 11 09:09:15 UTC 2018


 cppuhelper/source/makefile.mk |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit bd60ade1538d3b52b2052dd0aee187cedd18fe5d
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Sun Mar 11 07:25:25 2018 +0000

    Fix the main/cppuhelpr symbol version map checks
    
    for Win32 and Win64.
    
    Patch by: me

diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk
index 57da8f5ca155..325201006fe3 100644
--- a/cppuhelper/source/makefile.mk
+++ b/cppuhelper/source/makefile.mk
@@ -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


More information about the Libreoffice-commits mailing list