diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 15:24:45 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 15:24:45 -0600 |
commit | 3f2ff54778ff76118b7de3357168091bbc955041 (patch) | |
tree | 601e358120589466b0f54a02fd1940dfe4919cb8 /editeng/Library_editeng.mk | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'editeng/Library_editeng.mk')
-rw-r--r-- | editeng/Library_editeng.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/Library_editeng.mk b/editeng/Library_editeng.mk index 9c18b531e42b..5075872826aa 100644 --- a/editeng/Library_editeng.mk +++ b/editeng/Library_editeng.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Library_add_package_headers,editeng,editeng_inc)) $(eval $(call gb_Library_set_include,editeng,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/editeng/inc/pch) \ -I$(realpath $(SRCDIR)/editeng/inc) \ )) @@ -46,7 +45,6 @@ $(eval $(call gb_Library_add_api,editeng,\ )) $(eval $(call gb_Library_add_exception_objects,editeng,\ - editeng/inc/pch/precompiled_editeng \ editeng/source/accessibility/AccessibleComponentBase \ editeng/source/accessibility/AccessibleContextBase \ editeng/source/accessibility/AccessibleEditableTextPara \ |