Skip to content

Commit

Permalink
winbuild: fix embedded manifest option
Browse files Browse the repository at this point in the history
Embedded manifest option didn't work due to typo.

Reported-by: Stefan Kanthak
  • Loading branch information
jay committed Jul 21, 2016
1 parent c5cffce commit af8eb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/MakefileBuild.vc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af8eb69

Please sign in to comment.