From e9bc1feeadc7ef8a834d391f1e46ddccf5969866 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 21 Nov 2007 16:15:01 +0000 Subject: INTEGRATION: CWS dba24c (1.8.42); FILE MERGED 2007/10/10 13:13:28 fs 1.8.42.1: in preparation of #i73705#/#i52527#: Macro Warning dialog is now available at the default interaction handler --- uui/source/makefile.mk | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'uui') diff --git a/uui/source/makefile.mk b/uui/source/makefile.mk index f14084c6478b..e0d8c8e50bee 100644 --- a/uui/source/makefile.mk +++ b/uui/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2007-11-07 10:10:34 $ +# last change: $Author: ihi $ $Date: 2007-11-21 17:15:01 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,9 @@ SLOFILES = \ $(SLO)$/interactionhandler.obj\ $(SLO)$/requeststringresolver.obj\ $(SLO)$/unknownauthdlg.obj\ - $(SLO)$/sslwarndlg.obj + $(SLO)$/sslwarndlg.obj\ + $(SLO)$/secmacrowarnings.obj + SRS1NAME=$(TARGET) SRC1FILES = \ cookiedg.src \ @@ -66,6 +68,7 @@ SRC1FILES = \ passworderrs.src \ fltdlg.src \ unknownauthdlg.src\ - sslwarndlg.src + sslwarndlg.src\ + secmacrowarnings.src .INCLUDE: target.mk -- cgit