INTEGRATION: CWS os2port02 (1.44.4); FILE MERGED

2007/10/30 12:00:48 obr 1.44.4.3: RESYNC: (1.44-1.45); FILE MERGED
2007/10/05 13:30:32 ydario 1.44.4.2: Implemented cws sb71 sal init/deinit sequence to set/unset exception hooks.
2007/09/30 11:54:52 ydario 1.44.4.1: Issue number: i82034
Submitted by: ydario
Reviewed by:  ydario
Commit of changes for OS/2 CWS source code integration.
This commit is contained in:
Jens-Heiner Rechtien 2007-11-02 11:36:44 +00:00
parent b8ae64739c
commit 7280a0176f

View file

@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.46 $
# $Revision: 1.47 $
#
# last change: $Author: hr $ $Date: 2007-11-01 17:15:51 $
# last change: $Author: hr $ $Date: 2007-11-02 12:36:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -102,7 +102,6 @@ SHL1TARGET= $(TARGET)
SHL1TARGET= uno_$(TARGET)
.ENDIF
SHL1IMPLIB= i$(TARGET)
SHL1VERSIONMAP= $(TARGET).map
SHL1RPATH=URELIB
@ -134,7 +133,7 @@ SHL1STDLIBS= -lexc
.ENDIF # UNX
.IF "$(GUI)"=="OS2"
SHL1STDLIBS=pthread.lib lvm.lib
SHL1STDLIBS=pthread.lib
.ENDIF # OS2
# If we compile sal with STLport checking iterators
@ -262,4 +261,3 @@ $(OUT)$/inc$/udkversion.h:
echo #endif >> $@
.ENDIF