diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:44:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:44:08 +0000 |
commit | fd7517f3a21a041cec082e88b4309f9773800d4b (patch) | |
tree | 9bec1a4c2dc6e8f93112c8467d3a04dccbbd48d2 /stlport | |
parent | b7646873f367d7abc4fd6d8a4b76f01fd8aae20e (diff) |
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
Diffstat (limited to 'stlport')
-rw-r--r-- | stlport/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
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 |