summaryrefslogtreecommitdiffstats
path: root/tools/Executable_mkunroll.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Executable_mkunroll.mk')
-rw-r--r--tools/Executable_mkunroll.mk20
1 files changed, 8 insertions, 12 deletions
diff --git a/tools/Executable_mkunroll.mk b/tools/Executable_mkunroll.mk
index 88d23965ab76..c81bfb19b4b3 100644
--- a/tools/Executable_mkunroll.mk
+++ b/tools/Executable_mkunroll.mk
@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,mkunroll))
$(eval $(call gb_Executable_set_include,mkunroll,\
$$(INCLUDE) \
- -I$(SRCDIR)/tools/inc/ \
- -I$(SRCDIR)/tools/inc/pch \
- -I$(SRCDIR)/tools/bootstrp/ \
+ -I$(realpath $(SRCDIR)/tools/inc) \
+ -I$(realpath $(SRCDIR)/tools/inc/pch) \
+ -I$(realpath $(SRCDIR)/tools/bootstrp) \
))
$(eval $(call gb_Executable_add_defs,mkunroll,\
@@ -41,20 +41,16 @@ $(eval $(call gb_Executable_add_defs,mkunroll,\
$(eval $(call gb_Executable_add_linked_libs,mkunroll,\
basegfx \
sal \
- stl \
tl \
- vos3 \
$(gb_STDLIBS) \
))
-# used to link against basegfxlx comphelp4gcc3 i18nisolang1gcc3 ucbhelper4gcc3 uno_cppu uno_cppuhelpergcc3 uno_salhelpergcc3 - seems to be superficial
-
$(eval $(call gb_Executable_add_exception_objects,mkunroll,\
- tools/bootstrp/addexes2/mkfilt \
- tools/bootstrp/appdef \
- tools/bootstrp/cppdep \
- tools/bootstrp/inimgr \
- tools/bootstrp/prj \
+ tools/bootstrp/mkunroll/mkunroll \
+))
+
+$(eval $(call gb_Executable_add_linked_static_libs,rscdep,\
+ toolshelpers \
))
# vim: set noet sw=4 ts=4: