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 /svl/prj | |
parent | 8b8162e0b885268bfa25d22a11a9051d02ef3369 (diff) |
CWS gnumake2: enabling precompiled headers where possible
Diffstat (limited to 'svl/prj')
-rw-r--r-- | svl/prj/target_lib_svl.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/svl/prj/target_lib_svl.mk b/svl/prj/target_lib_svl.mk index 9791ccf84e47..bfa5cfaa96ee 100644 --- a/svl/prj/target_lib_svl.mk +++ b/svl/prj/target_lib_svl.mk @@ -27,7 +27,9 @@ $(eval $(call gb_Library_Library,svl)) -$(call gb_Library_get_headers_target,svl) : $(call gb_Package_get_target,svl_inc) +$(eval $(call gb_Library_add_package_headers,svl,svl_inc)) + +$(eval $(call gb_Library_add_precompiled_header,svl,$(SRCDIR)/svl/inc/pch/precompiled_svl)) $(eval $(call gb_Library_set_include,svl,\ $$(SOLARINC) \ |