From 5d62cc4e3658425707caff56f47b18f46bf36e54 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 6 Jun 2007 09:58:37 +0000 Subject: [PATCH] INTEGRATION: CWS ause080 (1.2.6); FILE MERGED 2007/06/05 10:48:22 hjs 1.2.6.1: #i78107# -Zd (line information only) and -clr (common runtime library) do not work together --- cli_ure/source/uno_bridge/makefile.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cli_ure/source/uno_bridge/makefile.mk b/cli_ure/source/uno_bridge/makefile.mk index 7930126f1fea..d7b6d4cca459 100644 --- a/cli_ure/source/uno_bridge/makefile.mk +++ b/cli_ure/source/uno_bridge/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2007-05-09 13:32:11 $ +# last change: $Author: ihi $ $Date: 2007-06-06 10:58:37 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,7 @@ USE_DEFFILE = TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/util$/makefile.pmk .IF "$(COM)$(COMEX)" == "MSC11" || "$(COM)$(COMEX)" == "MSC10"