Author: arist Date: Wed Nov 14 22:54:48 2012 New Revision: 1409508 URL: http://svn.apache.org/viewvc?rev=1409508&view=rev Log: gnumake4_020_8afba918c344.patch # HG changeset patch # User mba # Date 1298887262 -3600 # Node ID 8afba918c3444d8a53cf191d7f1434878b248a3f # Parent 412eb2845cc487e68920430c632b8e5b280c3af5 CWS gnumake4: must link against stl
Modified: incubator/ooo/branches/gbuild/main/basegfx/CppunitTest_basegfx.mk incubator/ooo/branches/gbuild/main/basegfx/Library_basegfx.mk Modified: incubator/ooo/branches/gbuild/main/basegfx/CppunitTest_basegfx.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/basegfx/CppunitTest_basegfx.mk?rev=1409508&r1=1409507&r2=1409508&view=diff ============================================================================== --- incubator/ooo/branches/gbuild/main/basegfx/CppunitTest_basegfx.mk (original) +++ incubator/ooo/branches/gbuild/main/basegfx/CppunitTest_basegfx.mk Wed Nov 14 22:54:48 2012 @@ -41,6 +41,7 @@ $(eval $(call gb_CppunitTest_add_excepti $(eval $(call gb_CppunitTest_add_linked_libs,basegfx_test, \ basegfx \ sal \ + stl \ cppuhelper \ cppunit \ cppu \ Modified: incubator/ooo/branches/gbuild/main/basegfx/Library_basegfx.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/basegfx/Library_basegfx.mk?rev=1409508&r1=1409507&r2=1409508&view=diff ============================================================================== --- incubator/ooo/branches/gbuild/main/basegfx/Library_basegfx.mk (original) +++ incubator/ooo/branches/gbuild/main/basegfx/Library_basegfx.mk Wed Nov 14 22:54:48 2012 @@ -50,6 +50,7 @@ $(eval $(call gb_Library_set_defs,basegf $(eval $(call gb_Library_add_linked_libs,basegfx,\ sal \ + stl \ cppu \ cppuhelper \ $(gb_STDLIBS) \