diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:15:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:15:55 +0000 |
commit | a9ac387cd9b8e09eef823208a91934211e76c1f9 (patch) | |
tree | 51b178f826ceeb58a8fe4b2b52c02b6a583b57e5 /dtrans | |
parent | 7bb430c65d3dc21924940114e84600c374a7ba71 (diff) |
INTEGRATION: CWS os2port02 (1.14.2); FILE MERGED
2007/09/29 16:38:05 ydario 1.14.2.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dtrans/util/makefile.mk b/dtrans/util/makefile.mk index bde528b1f185..9ef54b51f09c 100644 --- a/dtrans/util/makefile.mk +++ b/dtrans/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: vg $ $Date: 2007-09-20 16:40:15 $ +# last change: $Author: hr $ $Date: 2007-11-02 13:15:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -174,7 +174,8 @@ SHL3LIBS=$(SLB)$/sysdtrans.lib SHL3STDLIBS= \ $(SALLIB) \ $(CPPULIB) \ - $(CPPUHELPERLIB) + $(CPPUHELPERLIB) \ + UClip.lib SHL3IMPLIB=i$(SHL3TARGET) |