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 /reportdesign | |
parent | bc78ac68c2492e63a680f68b524c4a51179ea83e (diff) |
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/Library_rpt.mk | 2 | ||||
-rw-r--r-- | reportdesign/Library_rptui.mk | 2 | ||||
-rw-r--r-- | reportdesign/Library_rptxml.mk | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/reportdesign/Library_rpt.mk b/reportdesign/Library_rpt.mk index 05a760ab0405..1e7dcd08d4eb 100644 --- a/reportdesign/Library_rpt.mk +++ b/reportdesign/Library_rpt.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,rpt)) -$(eval $(call gb_Library_add_precompiled_header,rpt,$(SRCDIR)/reportdesign/inc/pch/precompiled_reportdesign)) - $(eval $(call gb_Library_set_include,rpt,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/reportdesign/inc) \ diff --git a/reportdesign/Library_rptui.mk b/reportdesign/Library_rptui.mk index 4a0cdb85a601..7a1f555edfcc 100644 --- a/reportdesign/Library_rptui.mk +++ b/reportdesign/Library_rptui.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,rptui)) -$(eval $(call gb_Library_add_precompiled_header,rptui,$(SRCDIR)/reportdesign/inc/pch/precompiled_reportdesign)) - $(eval $(call gb_Library_set_include,rptui,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/reportdesign/inc) \ diff --git a/reportdesign/Library_rptxml.mk b/reportdesign/Library_rptxml.mk index 95a914c54db6..24a674edc8c7 100644 --- a/reportdesign/Library_rptxml.mk +++ b/reportdesign/Library_rptxml.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,rptxml)) -$(eval $(call gb_Library_add_precompiled_header,rptxml,$(SRCDIR)/reportdesign/inc/pch/precompiled_reportdesign)) - $(eval $(call gb_Library_set_include,rptxml,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/reportdesign/inc) \ |