summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_ucalc.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-07 18:37:50 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-07 18:40:25 +0200
commit69d46dd7a6adfffd71da055bb65108c80d27395f (patch)
tree3c9cd0e46c656584edc4ae65245ec32e18249bc1 /sc/CppunitTest_sc_ucalc.mk
parent5b5301618fde17693f5299c2a55ae91fe8a12b11 (diff)
do not include contents of huge sc/sd/sw libs into tiny unittests
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
Diffstat (limited to 'sc/CppunitTest_sc_ucalc.mk')
-rw-r--r--sc/CppunitTest_sc_ucalc.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk
index b154d1de1f13..d4de63ff57c3 100644
--- a/sc/CppunitTest_sc_ucalc.mk
+++ b/sc/CppunitTest_sc_ucalc.mk
@@ -35,8 +35,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_ucalc, \
sc/qa/unit/ucalc \
))
-$(eval $(call gb_CppunitTest_add_library_objects,sc_ucalc,sc))
-
$(call gb_CxxObject_get_target,sc/qa/unit/ucalc): \
$(WORKDIR)/AllLangRes/for \
$(WORKDIR)/AllLangRes/forui \
@@ -60,6 +58,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_ucalc, \
salhelper \
sax \
sb \
+ sc \
sfx \
sot \
svl \