You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2012/10/01 14:20:42 UTC

svn commit: r1392302 - /incubator/ooo/trunk/main/sw/Library_swd.mk

Author: orw
Date: Mon Oct  1 12:20:41 2012
New Revision: 1392302

URL: http://svn.apache.org/viewvc?rev=1392302&view=rev
Log:
link library swd against stl in order enable DEBUG=yes build under Windows

Modified:
    incubator/ooo/trunk/main/sw/Library_swd.mk

Modified: incubator/ooo/trunk/main/sw/Library_swd.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/Library_swd.mk?rev=1392302&r1=1392301&r2=1392302&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/Library_swd.mk (original)
+++ incubator/ooo/trunk/main/sw/Library_swd.mk Mon Oct  1 12:20:41 2012
@@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs
 	sal \
 	sfx \
 	sot \
+	stl \
 	svl \
 	svt \
 	tl \