diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:18:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:18:47 +0000 |
commit | 9d4626ae53faa84a1012d7553aa465b67f76096c (patch) | |
tree | c07a775ad558c10e0a327b2d6124ad5e88152386 /sal/qa/ByteSequence | |
parent | 08d711a08ebcfd86ebb6b4b8d5fbd7c65dfe8d41 (diff) |
INTEGRATION: CWS os2port01 (1.9.174); FILE MERGED
2007/08/09 09:01:48 obr 1.9.174.2: RESYNC: (1.9-1.10); FILE MERGED
2006/11/29 14:26:46 ydario 1.9.174.1: Initial OS/2 import.
Diffstat (limited to 'sal/qa/ByteSequence')
-rw-r--r-- | sal/qa/ByteSequence/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/ByteSequence/makefile.mk b/sal/qa/ByteSequence/makefile.mk index cb95454f9cd0..ffe4066f9db5 100644 --- a/sal/qa/ByteSequence/makefile.mk +++ b/sal/qa/ByteSequence/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: vg $ $Date: 2007-01-16 15:55:37 $ +# last change: $Author: vg $ $Date: 2007-09-20 15:18:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,7 @@ SHL1OBJS= \ SHL1TARGET= rtl_ByteSequence SHL1STDLIBS=\ $(SALLIB) -.IF "$(GUI)" == "WNT" +.IF "$(GUI)" == "WNT" || "$(GUI)" == "OS2" SHL1STDLIBS+= $(SOLARLIBDIR)$/cppunit.lib .ENDIF .IF "$(GUI)" == "UNX" |