diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-01-13 15:11:53 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-01-13 15:11:53 +0100 |
commit | 26a967863c2dba39b6be3bd63c0d625625093eb4 (patch) | |
tree | 7c37b4ce159c8d07c0e1ba7ab3032adc77e83627 /basebmp | |
parent | 0331fa6a904d3f923cb80d7104e74ea6f2958179 (diff) |
basebmap: 5e4a7a95027d979b3bdd729d7ebe950da1129b2b missed COM check
Change-Id: I6850d69089c4d0db06a22e14888f089406980c2c
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/Library_basebmp.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index cd8a753cb459..12a2dec1eb3e 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 \ |