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 /desktop/Executable_unopkg.bin.mk | |
parent | bc78ac68c2492e63a680f68b524c4a51179ea83e (diff) |
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'desktop/Executable_unopkg.bin.mk')
-rw-r--r-- | desktop/Executable_unopkg.bin.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/Executable_unopkg.bin.mk b/desktop/Executable_unopkg.bin.mk index d40f4a4e9c6f..7ad007ca0b13 100644 --- a/desktop/Executable_unopkg.bin.mk +++ b/desktop/Executable_unopkg.bin.mk @@ -33,8 +33,6 @@ $(eval $(call gb_Executable_Executable,$(unopkgbin))) $(eval $(call gb_Executable_set_targettype_gui,$(unopkgbin),YES)) -$(eval $(call gb_Executable_add_precompiled_header,$(unopkgbin),desktop/inc/pch/precompiled_desktop.hxx)) - $(eval $(call gb_Executable_set_include,$(unopkgbin),\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc/pch \ |