INTEGRATION: CWS sb49 (1.7.40); FILE MERGED
2006/03/22 10:14:08 sb 1.7.40.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.
This commit is contained in:
parent
98ef4c9093
commit
ab6779b190
1 changed files with 3 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.7 $
|
||||
# $Revision: 1.8 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-09-08 09:01:41 $
|
||||
# last change: $Author: hr $ $Date: 2006-04-19 13:50:07 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -60,8 +60,7 @@ SHL1TARGET=$(TARGET)
|
|||
SHL1TARGET= uno_$(TARGET)
|
||||
.ENDIF
|
||||
|
||||
SHL1STDLIBS= \
|
||||
$(SALLIB)
|
||||
SHL1STDLIBS = $(SALLIB) $(SALHELPERLIB)
|
||||
|
||||
SHL1DEPN=
|
||||
SHL1IMPLIB=i$(TARGET)
|
||||
|
|
Loading…
Reference in a new issue