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 /automation | |
parent | bc78ac68c2492e63a680f68b524c4a51179ea83e (diff) |
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'automation')
-rw-r--r-- | automation/Executable_miniapp.mk | 2 | ||||
-rw-r--r-- | automation/Executable_testtool.mk | 2 | ||||
-rw-r--r-- | automation/Library_communi.mk | 2 | ||||
-rw-r--r-- | automation/Library_simplecm.mk | 2 | ||||
-rw-r--r-- | automation/Library_sts.mk | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/automation/Executable_miniapp.mk b/automation/Executable_miniapp.mk index e9ae6f1ef7d9..95cecc884c93 100644 --- a/automation/Executable_miniapp.mk +++ b/automation/Executable_miniapp.mk @@ -29,8 +29,6 @@ $(eval $(call gb_Executable_Executable,miniapp)) $(eval $(call gb_Executable_set_targettype_gui,miniapp,YES)) -$(eval $(call gb_Executable_add_precompiled_header,miniapp,automation/inc/pch/precompiled_automation.hxx)) - $(eval $(call gb_Executable_set_include,miniapp,\ $$(INCLUDE) \ -I$(SRCDIR)/automation/inc/pch \ diff --git a/automation/Executable_testtool.mk b/automation/Executable_testtool.mk index 0d782c7fb949..98ae557a7649 100644 --- a/automation/Executable_testtool.mk +++ b/automation/Executable_testtool.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Executable_add_package_headers,testtool,\ automation_testtool \ )) -$(eval $(call gb_Executable_add_precompiled_header,testtool,automation/inc/pch/precompiled_automation.hxx)) - $(eval $(call gb_Executable_set_include,testtool,\ $$(INCLUDE) \ -I$(call gb_CustomTarget_get_workdir,automation/source/testtool) \ diff --git a/automation/Library_communi.mk b/automation/Library_communi.mk index 263b8f1f22db..998069e58a87 100644 --- a/automation/Library_communi.mk +++ b/automation/Library_communi.mk @@ -29,8 +29,6 @@ $(eval $(call gb_Library_add_package_headers,communi,\ automation_inc \ )) -$(eval $(call gb_Library_add_precompiled_header,communi,automation/inc/pch/precompiled_automation.hxx)) - $(eval $(call gb_Library_set_include,communi,\ $$(INCLUDE) \ -I$(SRCDIR)/automation/inc/pch \ diff --git a/automation/Library_simplecm.mk b/automation/Library_simplecm.mk index 00b7ace5d83a..130538e06b0c 100644 --- a/automation/Library_simplecm.mk +++ b/automation/Library_simplecm.mk @@ -25,8 +25,6 @@ $(eval $(call gb_Library_Library,simplecm)) -$(eval $(call gb_Library_add_precompiled_header,simplecm,automation/inc/pch/precompiled_automation.hxx)) - $(eval $(call gb_Library_set_include,simplecm,\ $$(INCLUDE) \ -I$(SRCDIR)/automation/inc \ diff --git a/automation/Library_sts.mk b/automation/Library_sts.mk index eb21f5dfd89b..1448042a7db3 100644 --- a/automation/Library_sts.mk +++ b/automation/Library_sts.mk @@ -25,8 +25,6 @@ $(eval $(call gb_Library_Library,sts)) -$(eval $(call gb_Library_add_precompiled_header,sts,automation/inc/pch/precompiled_automation.hxx)) - $(eval $(call gb_Library_set_include,sts,\ $$(INCLUDE) \ -I$(WORKDIR)/CustomTarget/automation/source/testtool \ |