From 1963339633d31239255c3d3fbefee4b09a8a9cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 17 Apr 2003 08:40:06 +0000 Subject: [PATCH] INTEGRATION: CWS sdk01 (1.1.14.1.6); FILE MERGED 2003/03/13 12:18:24 jsc 1.1.14.1.6.1: #108153# improve usability --- odk/examples/OLE/activex/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odk/examples/OLE/activex/Makefile b/odk/examples/OLE/activex/Makefile index bdda09828870..7fc8cb9bc9e1 100644 --- a/odk/examples/OLE/activex/Makefile +++ b/odk/examples/OLE/activex/Makefile @@ -57,8 +57,8 @@ $(SHAREDLIB_OUT)/$(SHAREDLIB_PRE)%.$(SHAREDLIB_EXT) : $(SLOFILES) $(OUT_COMP_GEN OleActvieXComponentExample : $(COMPONENT_IMPL) ifeq "$(OS)" "WIN" @echo -------------------------------------------------------------------------------- - @echo The activex control was created, please load the example.html file in your - @echo InternetExplorer to use the activex control. + @echo The activex control was created, please load the "$(QM)example.html$(QM)" file + @echo in your InternetExplorer to use the activex control. @echo -------------------------------------------------------------------------------- else @echo --------------------------------------------------------------------------------