diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-27 09:47:18 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-27 09:47:18 +0100 |
commit | 26b3715705944b13fcd4e275e8e730035a7b4d15 (patch) | |
tree | 02823bc4d2ac574a66d5941259365d6e59524216 | |
parent | b516ef7c958652d50d5d0dda3ee3d062cb8c332b (diff) |
CWS gnumake2: use temp files for long command lines; missing include path in editeng
-rwxr-xr-x | editeng/Library_editeng.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/Library_editeng.mk b/editeng/Library_editeng.mk index 0bcd965f8c7c..6c621d3e6721 100755 --- a/editeng/Library_editeng.mk +++ b/editeng/Library_editeng.mk @@ -37,6 +37,7 @@ $(eval $(call gb_Library_add_precompiled_header,editeng,$(SRCDIR)/editeng/inc/pc # add any additional include paths for this library here $(eval $(call gb_Library_set_include,editeng,\ $$(INCLUDE) \ + -I$(SRCDIR)/editeng/inc/pch \ -I$(SRCDIR)/editeng/inc \ -I$(OUTDIR)/inc/offuh \ )) |