gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 56/256: winbuild: fix embedded manifest option


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 56/256: winbuild: fix embedded manifest option
Date: Fri, 06 Oct 2017 19:42:27 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 09fc61e43607c4131475b0d31f41dd173d490b24
Author: theantigod <address@hidden>
AuthorDate: Sat Aug 26 02:25:23 2017 -0400

    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(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]