basebmp/Library_basebmp.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 26a967863c2dba39b6be3bd63c0d625625093eb4
Author: Michael Stahl <mst...@redhat.com>
Date:   Tue Jan 13 15:11:53 2015 +0100

    basebmap: 5e4a7a95027d979b3bdd729d7ebe950da1129b2b missed COM check
    
    Change-Id: I6850d69089c4d0db06a22e14888f089406980c2c

diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk
index cd8a753..12a2dec 100644
--- a/basebmp/Library_basebmp.mk
+++ b/basebmp/Library_basebmp.mk
@@ -33,11 +33,13 @@ $(eval $(call gb_Library_add_defs,basebmp,\
 # Fatal Error C1128: number of sections exceeded object file
 # format limit : compile with /bigobj
 #
+ifeq ($(COM),MSC)
 ifeq ($(CPUNAME),X86_64)
 $(eval $(call gb_Library_add_cxxflags,basebmp, \
     -bigobj \
 ))
 endif
+endif
 
 $(eval $(call gb_Library_add_exception_objects,basebmp,\
        basebmp/source/bitmapdevice \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to