diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:54:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:54:21 +0000 |
commit | 2b8adc661235eae47d0be20d6811745cee110e6a (patch) | |
tree | ed9544c8a489fabff8bcd8f991f8fc146d8f0c2b /cppu/util | |
parent | b246d9a634289abbacf6a3156ac852ad16267e48 (diff) |
INTEGRATION: CWS os2port02 (1.12.2); FILE MERGED
2007/09/29 16:20:49 ydario 1.12.2.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
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 f08c16a6cbc0..08394c8ae48a 100644 --- a/cppu/util/makefile.mk +++ b/cppu/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:21:23 $ +# last change: $Author: hr $ $Date: 2007-11-02 12:54:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -80,7 +80,7 @@ DEF1NAME=$(SHL1TARGET) SHL2TARGET := $(NAMEpurpenv_helper) DEF2NAME := $(SHL2TARGET) -.IF "$(GUI)$(COM)"=="WNTGCC" +.IF "$(GUI)$(COM)"=="WNTGCC" || "$(GUI)"=="OS2" SHL2VERSIONMAP:=uno_purpenvhelper$(COMID).map .ELSE .IF "$(CPUNAME)" == "X86_64" |