mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
winbuild: fix embedded manifest option
Embedded manifest option didn't work due to typo. Reported-by: Stefan Kanthak
This commit is contained in:
parent
c5cffce56e
commit
af8eb69cb2
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user