diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-06-18 19:03:40 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-06-18 19:03:40 +0200 |
commit | 829b5e25d01442907ce061f1f1eb50bd4c8320f2 (patch) | |
tree | be7befc72bc6df42068938e3d9a831fe21d9f14e /tools/prj | |
parent | 8b8162e0b885268bfa25d22a11a9051d02ef3369 (diff) |
CWS gnumake2: enabling precompiled headers where possible
Diffstat (limited to 'tools/prj')
-rw-r--r-- | tools/prj/target_lib_tl.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/prj/target_lib_tl.mk b/tools/prj/target_lib_tl.mk index 30c64badc265..2fc00ec68a8b 100644 --- a/tools/prj/target_lib_tl.mk +++ b/tools/prj/target_lib_tl.mk @@ -27,7 +27,9 @@ $(eval $(call gb_Library_Library,tl)) -$(call gb_Library_get_headers_target,tl) : $(call gb_Package_get_target,tools_inc) +$(eval $(call gb_Library_add_package_headers,tl,tools_inc)) + +$(eval $(call gb_Library_add_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/precompiled_tools)) $(eval $(call gb_Library_set_include,tl,\ $$(INCLUDE) \ |