diff options
Diffstat (limited to 'basctl/Library_basctl.mk')
-rw-r--r-- | basctl/Library_basctl.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basctl/Library_basctl.mk b/basctl/Library_basctl.mk index cff14f708498..a5dea6ec4bb3 100644 --- a/basctl/Library_basctl.mk +++ b/basctl/Library_basctl.mk @@ -35,6 +35,8 @@ $(eval $(call gb_Library_use_custom_headers,basctl,\ officecfg/registry \ )) +$(eval $(call gb_Library_set_precompiled_header,basctl,$(SRCDIR)/basctl/inc/pch/precompiled_basctl)) + $(eval $(call gb_Library_use_sdk_api,basctl)) $(eval $(call gb_Library_use_libraries,basctl,\ |