From: theantigod Date: Sat, 26 Aug 2017 06:25:23 +0000 (-0400) Subject: winbuild: fix embedded manifest option X-Git-Tag: curl-7_56_0~199 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09fc61e43607c4131475b0d31f41dd173d490b24;p=thirdparty%2Fcurl.git winbuild: fix embedded manifest option Embedded manifest option didn't work due to incorrect path. Fixes https://github.com/curl/curl/issues/1832 --- diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 36ad4681ca..524926a026 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -267,7 +267,7 @@ GEN_PDB = true !IFDEF EMBED_MANIFEST -MANIFESTTOOL = mt -manifest $(DIRDIST)\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\$(PROGRAM_NAME);1 +MANIFESTTOOL = mt -manifest $(DIRDIST)\bin\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\bin\$(PROGRAM_NAME);1 !ENDIF # Runtime library configuration