summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper')
-rwxr-xr-xvbahelper/Library_msforms.mk7
-rwxr-xr-xvbahelper/Library_vbahelper.mk7
-rw-r--r--vbahelper/prj/build.lst2
3 files changed, 13 insertions, 3 deletions
diff --git a/vbahelper/Library_msforms.mk b/vbahelper/Library_msforms.mk
index e1b00c72643e..c01e2d397940 100755
--- a/vbahelper/Library_msforms.mk
+++ b/vbahelper/Library_msforms.mk
@@ -41,7 +41,12 @@ $(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) \
- -I$(OUTDIR)/inc/offuh \
+))
+
+$(eval $(call gb_Library_add_api,msforms,\
+ udkapi \
+ offapi \
+ oovbaapi \
))
# add libraries to be linked to LIB; again these names need to be given as
diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk
index 3b78599422e4..f9e2a36d7ccf 100755
--- a/vbahelper/Library_vbahelper.mk
+++ b/vbahelper/Library_vbahelper.mk
@@ -39,7 +39,6 @@ $(eval $(call gb_Library_add_package_headers,vbahelper,vbahelper_inc))
# add any additional include paths for this library here
$(eval $(call gb_Library_set_include,vbahelper,\
$$(INCLUDE) \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,vbahelper,\
@@ -47,6 +46,12 @@ $(eval $(call gb_Library_set_defs,vbahelper,\
-DVBAHELPER_DLLIMPLEMENTATION \
))
+$(eval $(call gb_Library_add_api,vbahelper,\
+ udkapi \
+ offapi \
+ oovbaapi \
+))
+
# add libraries to be linked to vbahelper; again these names need to be given as
# specified in Repository.mk
$(eval $(call gb_Library_add_linked_libs,vbahelper,\
diff --git a/vbahelper/prj/build.lst b/vbahelper/prj/build.lst
index 8c411d422e29..a3435c2b9529 100644
--- a/vbahelper/prj/build.lst
+++ b/vbahelper/prj/build.lst
@@ -1,3 +1,3 @@
-vba vbahelper : offuh oox basic sfx2 svx filter cppuhelper vcl comphelper svtools tools sal LIBXSLT:libxslt NULL
+vba vbahelper : oovbaapi offapi basic sfx2 svx filter cppuhelper vcl comphelper svtools tools sal LIBXSLT:libxslt NULL
vba vbahelper usr1 - all vba_mkout NULL
vba vbahelper\prj nmake - all vba_prj NULL