summaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-07-21 01:37:29 -0400
committerJay Satiro <raysatiro@yahoo.com>2016-07-21 01:37:29 -0400
commitaf8eb69cb29d4cc05eea9578514fe16572443b72 (patch)
tree1e111ffa6d6c5d02f2284c6d8f6f3263d7168d2b /winbuild
parentc5cffce56e4c6f6c26e82438a61abf85e39cac4a (diff)
downloadcurl-af8eb69cb29d4cc05eea9578514fe16572443b72.tar.gz
winbuild: fix embedded manifest option
Embedded manifest option didn't work due to typo. Reported-by: Stefan Kanthak
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/MakefileBuild.vc2
1 files changed, 1 insertions, 1 deletions
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