diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-13 23:34:54 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-15 19:32:30 -0500 |
commit | 0c3efcbd18707057703b2e81d635987b72b2a485 (patch) | |
tree | a9496161c225c9286d7a039c0fca68226c405895 | |
parent | c6af47653756ab2bbcb637f8952605d069c83b7b (diff) |
gb_Library_PLAINEXT->gb_Library_DLLEXT
Cherry picked from 405454c88a44f0f881d67b4c707a5714cfc1d53c
Change-Id: I18bb06ff9dfffcdb2dd958c736b6e81af0b2b4ca
-rw-r--r-- | starmath/CppunitTest_starmath_qa_cppunit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index abb894fba019..78440f8c7c1f 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -90,7 +90,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,starmath_qa_cppunit,\ $(eval $(call gb_CppunitTest_set_args,starmath_qa_cppunit,\ --headless \ --invisible \ - --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \ + --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ )) $(eval $(call gb_RdbTarget_RdbTarget,starmath_qa_cppunit)) |