From 09fc61e43607c4131475b0d31f41dd173d490b24 Mon Sep 17 00:00:00 2001 From: theantigod Date: Sat, 26 Aug 2017 02:25:23 -0400 Subject: winbuild: fix embedded manifest option Embedded manifest option didn't work due to incorrect path. Fixes https://github.com/curl/curl/issues/1832 --- winbuild/MakefileBuild.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winbuild') diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 36ad4681c..524926a02 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 -- cgit v1.2.3