diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-06-20 22:39:51 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-06-20 22:41:47 +0200 |
commit | 38ebb2f94f08009e3e7386449006d06f901400ed (patch) | |
tree | 479ab0eabe7e01208666308d149135eca5c104ed /sw | |
parent | 6ea4e42eaa28a773ec66fee3b8f764e0dc365297 (diff) |
don't link CppunitTest_sw_swdoc_test against sw
This test uses gb_CppunitTest_use_library_objects, and MSVC won't link
it now. Seems this was added in 1015cd4ff73ee25e55b4da8c8bc55a41e652da87,
but why?
Change-Id: I206132cf2b0c4075334ee7a692a12c54da9ac953
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_swdoc_test.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk index dc4490b9ae2b..94ebab35597f 100644 --- a/sw/CppunitTest_sw_swdoc_test.mk +++ b/sw/CppunitTest_sw_swdoc_test.mk @@ -58,7 +58,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_swdoc_test, \ svt \ svx \ svxcore \ - sw \ swd \ test \ tk \ |