Kaydet (Commit) 26a96786 authored tarafından Michael Stahl's avatar Michael Stahl

basebmap: 5e4a7a95 missed COM check

Change-Id: I6850d69089c4d0db06a22e14888f089406980c2c
üst 0331fa6a
...@@ -33,11 +33,13 @@ $(eval $(call gb_Library_add_defs,basebmp,\ ...@@ -33,11 +33,13 @@ $(eval $(call gb_Library_add_defs,basebmp,\
# Fatal Error C1128: number of sections exceeded object file # Fatal Error C1128: number of sections exceeded object file
# format limit : compile with /bigobj # format limit : compile with /bigobj
# #
ifeq ($(COM),MSC)
ifeq ($(CPUNAME),X86_64) ifeq ($(CPUNAME),X86_64)
$(eval $(call gb_Library_add_cxxflags,basebmp, \ $(eval $(call gb_Library_add_cxxflags,basebmp, \
-bigobj \ -bigobj \
)) ))
endif endif
endif
$(eval $(call gb_Library_add_exception_objects,basebmp,\ $(eval $(call gb_Library_add_exception_objects,basebmp,\
basebmp/source/bitmapdevice \ basebmp/source/bitmapdevice \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment