diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-07-06 14:45:06 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-10 14:46:48 +0100 |
commit | eb7ae5fe2a43e2022afd5670dd1c2fe1f7cce481 (patch) | |
tree | 26e36bae7638a77254bc45bac39827786e3b4523 /xmloff/Library_xo.mk | |
parent | 5fb9283448684dbc5cdc993f1fa5afac1b2eeffd (diff) |
no longer necessary to add include path for PCH header
MSVC uses full path with -FI, Clang uses full path to .pch file.
Change-Id: I403a8a919a8b672d1e98c2ea1fee50097e535351
Diffstat (limited to 'xmloff/Library_xo.mk')
-rw-r--r-- | xmloff/Library_xo.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index 694c072a7329..95f9ba893eda 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -26,7 +26,6 @@ $(eval $(call gb_Library_use_package,xo,xmloff_inc)) $(eval $(call gb_Library_set_precompiled_header,xo,$(SRCDIR)/xmloff/inc/pch/precompiled_xmloff)) $(eval $(call gb_Library_set_include,xo,\ - -I$(SRCDIR)/xmloff/inc/pch \ -I$(SRCDIR)/xmloff/inc \ $$(INCLUDE) \ )) |