diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:36:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:36:44 +0000 |
commit | 7280a0176f6728f7129efca19474dac8c490ec09 (patch) | |
tree | bca76f4a3c4dccd500fd15b35e8f81e37e09a3a7 /sal/util | |
parent | b8ae64739cab63853b9406607b257146bd283a35 (diff) |
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.
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk index 6aaf76073657..8dd63b6feee0 100644 --- a/sal/util/makefile.mk +++ b/sal/util/makefile.mk @@ -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 - |