diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 11:49:38 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 11:49:38 -0600 |
commit | 992757cc5ebfb1df42636b8d3269cdbc10fc4148 (patch) | |
tree | d9b4da6f2e50d5444e3a7c68934fc6d4dd4ec43d /i18npool/Executable_gendict.mk | |
parent | bc78ac68c2492e63a680f68b524c4a51179ea83e (diff) |
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'i18npool/Executable_gendict.mk')
-rw-r--r-- | i18npool/Executable_gendict.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/i18npool/Executable_gendict.mk b/i18npool/Executable_gendict.mk index ca603251c41f..262d5d1140e0 100644 --- a/i18npool/Executable_gendict.mk +++ b/i18npool/Executable_gendict.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Executable_Executable,gendict)) -$(eval $(call gb_Executable_add_precompiled_header,gendict,$(SRCDIR)/i18npool/inc/pch/precompiled_i18npool)) - $(eval $(call gb_Executable_set_include,gendict,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/i18npool/inc/pch) \ |