diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-26 22:15:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-26 22:20:07 +0100 |
commit | fc81393c7f11ffb854fe024b64146b50cf462921 (patch) | |
tree | 2b7022f408d15ca14e6adcad41d52956087b7534 /vbahelper | |
parent | a53586f4efe26b8875107d04001f4ecec760c343 (diff) |
gbuild: remove various pointless calls that don't add anything
Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/Library_msforms.mk | 5 | ||||
-rw-r--r-- | vbahelper/Library_vbahelper.mk | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/vbahelper/Library_msforms.mk b/vbahelper/Library_msforms.mk index 40b4c94ccc5f..d4bbc0830bf3 100644 --- a/vbahelper/Library_msforms.mk +++ b/vbahelper/Library_msforms.mk @@ -35,11 +35,6 @@ $(eval $(call gb_Library_Library,msforms)) # in case UNO services are exported: declare location of component file $(eval $(call gb_Library_set_componentfile,msforms,vbahelper/util/msforms)) -# add any additional include paths for this library here -$(eval $(call gb_Library_set_include,msforms,\ - $$(INCLUDE) \ -)) - $(eval $(call gb_Library_use_external,msforms,boost_headers)) $(eval $(call gb_Library_use_api,msforms,\ 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 \ )) |