]> granicus.if.org Git - curl/commitdiff
winbuild: fix embedded manifest option
authortheantigod <theantigod@users.noreply.github.com>
Sat, 26 Aug 2017 06:25:23 +0000 (02:25 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 26 Aug 2017 06:33:01 +0000 (02:33 -0400)
Embedded manifest option didn't work due to incorrect path.

Fixes https://github.com/curl/curl/issues/1832

winbuild/MakefileBuild.vc

index 36ad4681ca64cffafd53d20a62ec7785e77b0160..524926a0268b5fe5f277379f6c40d5651c598da3 100644 (file)
@@ -267,7 +267,7 @@ GEN_PDB = true
 \r
 \r
 !IFDEF EMBED_MANIFEST\r
-MANIFESTTOOL = mt -manifest $(DIRDIST)\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\$(PROGRAM_NAME);1\r
+MANIFESTTOOL = mt -manifest $(DIRDIST)\bin\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\bin\$(PROGRAM_NAME);1\r
 !ENDIF\r
 \r
 # Runtime library configuration\r