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

View File

@ -241,7 +241,7 @@ GEN_PDB = true
!ENDIF !ENDIF
!IFDEF EMBEND_MANIFEST !IFDEF EMBED_MANIFEST
MANIFESTTOOL = mt -manifest $(DIRDIST)\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\$(PROGRAM_NAME);1 MANIFESTTOOL = mt -manifest $(DIRDIST)\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\$(PROGRAM_NAME);1
!ENDIF !ENDIF