From: Jay Satiro Date: Thu, 21 Jul 2016 05:37:29 +0000 (-0400) Subject: winbuild: fix embedded manifest option X-Git-Tag: curl-7_50_0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af8eb69cb29d4cc05eea9578514fe16572443b72;p=curl winbuild: fix embedded manifest option Embedded manifest option didn't work due to typo. Reported-by: Stefan Kanthak --- diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 22b1e501f..66f11db5f 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -241,7 +241,7 @@ GEN_PDB = true !ENDIF -!IFDEF EMBEND_MANIFEST +!IFDEF EMBED_MANIFEST MANIFESTTOOL = mt -manifest $(DIRDIST)\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\$(PROGRAM_NAME);1 !ENDIF