Windows: Update code signing to support SHA256

Change-Id: I324e7c56fd73a744127c50e8fc136e8b23d860b0
This commit is contained in:
Jeffrey Altman
2016-04-18 23:10:48 -05:00
parent bc20b5fad0
commit a234ee5265
3 changed files with 32 additions and 11 deletions

View File

@@ -96,6 +96,7 @@ $(ASMKRBDIR)\$(ASMKRBNAME).cat: $(ASMKRBDIR)\$(ASMKRBMAN).cdf
cd $(ASMKRBDIR)
$(MAKECAT) $**
$(_CODESIGN)
$(_CODESIGN_SHA256)
cd $(SRCDIR)
asm-krb: \
@@ -170,6 +171,7 @@ $(POLKRBCAT): $(POLKRBFILE).cdf
cd $(POLKRBDIR)
$(MAKECAT) $**
$(_CODESIGN)
$(_CODESIGN_SHA256)
cd $(SRCDIR)
all:: $(POLKRBFILE) $(POLKRBCAT)