Put quote marks aroung option with #.

This commit is contained in:
Janet B. Anderson
2006-11-28 19:00:16 +00:00
parent 5150a9404c
commit 936f194885

View File

@@ -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