From 936f194885f62ebf73af254d9f4ad97cf5d5c9ec Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 28 Nov 2006 19:00:16 +0000 Subject: [PATCH] Put quote marks aroung option with #. --- config/CONFIG.Host.WIN32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/CONFIG.Host.WIN32 b/config/CONFIG.Host.WIN32 index b41364f33..ebe61a37e 100644 --- a/config/CONFIG.Host.WIN32 +++ b/config/CONFIG.Host.WIN32 @@ -277,7 +277,7 @@ POSIX_CPPFLAGS_YES = # useManifestTool.pl returns 0(don't use) or 1(use). # ifeq ($(shell $(PERL) $(EPICS_BASE_TOOLS)/useManifestTool.pl),1) -MT_DLL_COMMAND = mt.exe /manifest $@.manifest /outputresource:$@;\#2 -MT_EXE_COMMAND = mt.exe /manifest $@.manifest /outputresource:$@;\#1 +MT_DLL_COMMAND = mt.exe /manifest $@.manifest "/outputresource:$@;\#2" +MT_EXE_COMMAND = mt.exe /manifest $@.manifest "/outputresource:$@;\#1" endif