[Libreoffice-commits] core.git: Branch 'aoo/trunk' - formula/Library_forui.mk

Damjan Jovanovic damjan at apache.org
Sun Jun 12 10:08:19 UTC 2016


 formula/Library_forui.mk |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 9e591c454e9bcd4dc6d018bf20d14f0909e988f9
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Sun Jun 12 08:35:49 2016 +0000

    #i126916# windows build breaks in module formula
    
    Don't use precompiled headers for forui, as it
    sometimes breaks the Windows build.
    
    Patch by: me

diff --git a/formula/Library_forui.mk b/formula/Library_forui.mk
index 8d6328c..0b6f5b0 100644
--- a/formula/Library_forui.mk
+++ b/formula/Library_forui.mk
@@ -25,8 +25,6 @@ $(eval $(call gb_Library_Library,forui))
 
 $(eval $(call gb_Library_add_package_headers,forui,formula_inc))
 
-$(eval $(call gb_Library_add_precompiled_header,forui,$(SRCDIR)/formula/inc/pch/precompiled_formula))
-
 $(eval $(call gb_Library_set_include,forui,\
 	$$(INCLUDE) \
 	-I$(SRCDIR)/formula/inc \


More information about the Libreoffice-commits mailing list