From d7e6b760a49ca18ef6460cae8b51f3541ee4e17a Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 25 Sep 2006 12:04:04 +0000 Subject: [PATCH] INTEGRATION: CWS obo05 (1.4.64); FILE MERGED 2006/09/19 11:22:54 obo 1.4.64.1: #i53611#,#i69602# MFC_INCLUDE missing --- shell/source/win32/shlxthandler/res/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shell/source/win32/shlxthandler/res/makefile.mk b/shell/source/win32/shlxthandler/res/makefile.mk index d9a7188be117..f5d00267f6ec 100644 --- a/shell/source/win32/shlxthandler/res/makefile.mk +++ b/shell/source/win32/shlxthandler/res/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-07 20:04:47 $ +# last change: $Author: vg $ $Date: 2006-09-25 13:04:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,8 @@ TARGET=shlxthdl .INCLUDE : settings.mk +INCPRE+=$(MFC_INCLUDE) + # --- Files --------------------------------------------------------