diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:44:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:44:33 +0000 |
commit | bf349f38d8f650307a40cc019cff210d18fcde7b (patch) | |
tree | c6dabfd7c2674700a1126c2776f4383025a06a15 /cppu/util | |
parent | d8c6404c783d94d43ed12941e7a5195736484b38 (diff) |
INTEGRATION: CWS os2port01 (1.8.40); FILE MERGED
2007/09/05 07:05:08 obr 1.8.40.3: RESYNC: (1.9-1.11); FILE MERGED
2007/08/06 10:47:25 obr 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED
2006/12/28 14:53:44 ydario 1.8.40.1: OS/2 initial import.
Diffstat (limited to 'cppu/util')
-rw-r--r-- | cppu/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk index 41558bb3a9c3..a6d97c47d127 100644 --- a/cppu/util/makefile.mk +++ b/cppu/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: obo $ $Date: 2007-07-18 12:34:25 $ +# last change: $Author: vg $ $Date: 2007-09-20 14:44:33 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,7 @@ SHL1LIBS= \ $(SLB)$/cppu_threadpool.lib \ $(SLB)$/cppu_cppu.lib -.IF "$(GUI)" == "WNT" +.IF "$(GUI)" == "WNT" || "$(GUI)"=="OS2" SHL1TARGET=$(TARGET)$(UDK_MAJOR) .ELSE SHL1TARGET= uno_$(TARGET) |