From fc81393c7f11ffb854fe024b64146b50cf462921 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 26 Jan 2013 22:15:04 +0100 Subject: gbuild: remove various pointless calls that don't add anything Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2 --- vbahelper/Library_vbahelper.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vbahelper/Library_vbahelper.mk') diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk index 0537489ec8f0..1233c5bef536 100644 --- a/vbahelper/Library_vbahelper.mk +++ b/vbahelper/Library_vbahelper.mk @@ -33,11 +33,6 @@ $(eval $(call gb_Library_use_package,vbahelper,vbahelper_inc)) # in case UNO services are exported: declare location of component file #$(eval $(call gb_Library_set_componentfile,vbahelper,vbahelper/COMPONENT_FILE)) -# add any additional include paths for this library here -$(eval $(call gb_Library_set_include,vbahelper,\ - $$(INCLUDE) \ -)) - $(eval $(call gb_Library_add_defs,vbahelper,\ -DVBAHELPER_DLLIMPLEMENTATION \ )) -- cgit