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 | 0e211a1c963efbe4e6e85ed6315982087432341b (patch) | |
tree | ecc6b63099ab7db587e81cf21725a1d137ea4fac /sfx2 | |
parent | b726828067fc122fcae94d09cf6ac61f6b2b9e4d (diff) |
CWS gnumake2: enabling precompiled headers where possible
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/prj/target_lib_sfx2.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/prj/target_lib_sfx2.mk b/sfx2/prj/target_lib_sfx2.mk index 952fb9ce05..9c1dc852e6 100644 --- a/sfx2/prj/target_lib_sfx2.mk +++ b/sfx2/prj/target_lib_sfx2.mk @@ -32,6 +32,8 @@ $(eval $(call gb_Library_add_package_headers,sfx,\ sfx2_sdi \ )) +#$(eval $(call gb_Library_add_precompiled_header,sfx,$(SRCDIR)/sfx2/inc/pch/precompiled_sfx2)) + $(eval $(call gb_Library_add_sdi_headers,sfx,sfx2/sdi/sfxslots)) $(eval $(call gb_Library_set_include,sfx,\ |