diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-06-22 14:37:57 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-06-22 14:37:57 +0200 |
commit | 1801d21c82fbdc8e63785313c488ea220456dda4 (patch) | |
tree | be7befc72bc6df42068938e3d9a831fe21d9f14e /tools/prj | |
parent | 47bc0f3fb1220451173c1972dd83dd2a8e75509b (diff) |
CWS gnumake2: fixing dep generation, pch flags
Diffstat (limited to 'tools/prj')
-rw-r--r-- | tools/prj/target_lib_tl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/prj/target_lib_tl.mk b/tools/prj/target_lib_tl.mk index 6d85f6f39722..2fc00ec68a8b 100644 --- a/tools/prj/target_lib_tl.mk +++ b/tools/prj/target_lib_tl.mk @@ -29,7 +29,7 @@ $(eval $(call gb_Library_Library,tl)) $(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_add_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/precompiled_tools)) $(eval $(call gb_Library_set_include,tl,\ $$(INCLUDE) \ |