From fd7517f3a21a041cec082e88b4309f9773800d4b Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 22 Nov 2006 09:44:08 +0000 Subject: INTEGRATION: CWS hr33 (1.33.20); FILE MERGED 2006/11/03 18:01:51 hr 1.33.20.2: RESYNC: (1.33-1.36); FILE MERGED 2006/05/03 12:20:45 hr 1.33.20.1: #i63732#: to not deliver stlport if it's taken from the system --- stlport/makefile.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'stlport') diff --git a/stlport/makefile.mk b/stlport/makefile.mk index d7ee02d3dd4f..dfa022310a5a 100644 --- a/stlport/makefile.mk +++ b/stlport/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.36 $ +# $Revision: 1.37 $ # -# last change: $Author: kz $ $Date: 2006-10-05 10:43:50 $ +# last change: $Author: vg $ $Date: 2006-11-22 10:44:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -200,7 +200,6 @@ OUT2LIB= \ all : @echo " An already available installation of STLport has been chosen in the configure process." @echo " Therefore the version provided here does not need to be built in addition." - +$(COPY) $(STLPORT4)$/lib$/*stlport*$(DLLPOST) $(DLLDEST) .ENDIF .INCLUDE : set_ext.mk -- cgit