From 2b8adc661235eae47d0be20d6811745cee110e6a Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 2 Nov 2007 11:54:21 +0000 Subject: 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. --- cppu/util/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cppu/util') 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" -- cgit