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