winbuild: fix embedded manifest option

Embedded manifest option didn't work due to typo.

Reported-by: Stefan Kanthak
This commit is contained in:
Jay Satiro 2016-07-21 01:37:29 -04:00
parent c5cffce56e
commit af8eb69cb2
1 changed files with 1 additions and 1 deletions

View File

@ -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