You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/14 23:54:49 UTC

svn commit: r1409508 - in /incubator/ooo/branches/gbuild/main/basegfx: CppunitTest_basegfx.mk Library_basegfx.mk

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) \