diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-05-14 16:30:29 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-05-14 16:32:05 +0200 |
commit | 4b88c6e705a432ca0350c20a3a4e5c7c74a3abdc (patch) | |
tree | df0e6f17abef28c7bf50be1257d26f6b8932ee56 /basic | |
parent | affb63e6e3bf1c676e91afbee45649f86d64d506 (diff) |
CppunitTest_basic_enable does not seem to need library objects
and it apparently causes linking failures on Windows, so try without.
Diffstat (limited to 'basic')
-rw-r--r-- | basic/CppunitTest_basic_enable.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/CppunitTest_basic_enable.mk b/basic/CppunitTest_basic_enable.mk index 487cdd4e6ff2..e6379c5b209f 100644 --- a/basic/CppunitTest_basic_enable.mk +++ b/basic/CppunitTest_basic_enable.mk @@ -4,8 +4,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,basic_enable, \ basic/qa/cppunit/test_append \ )) -$(eval $(call gb_CppunitTest_use_library_objects,basic_enable,sb)) - # add a list of all needed libraries here $(eval $(call gb_CppunitTest_use_libraries,basic_enable, \ comphelper \ |