mirror of
https://github.com/curl/curl.git
synced 2026-07-23 11:47:16 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue