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 | b25e198437049b3db6d70a4fb81713fd937b6f5a (patch) | |
tree | 067d590e58d85f0be91252d9c5240287b9537fd9 /sfx2/prj | |
parent | 137b283deb31f38a25d9996dc1a0c2057d39998a (diff) |
CWS gnumake2: enabling precompiled headers where possible
Diffstat (limited to 'sfx2/prj')
-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 952fb9ce05f5..9c1dc852e69c 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,\ |