From: Jeffrey Altman Date: Wed, 21 Oct 2009 13:07:47 +0000 (-0400) Subject: Windows: digital signatures are required for resource dlls X-Git-Tag: openafs-devel-1_5_66~28 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2e9dc9ee20181db0e3c6dbee0b51b0f8de5d52ec;p=packages%2Fo%2Fopenafs.git Windows: digital signatures are required for resource dlls Windows 7 logo requirements state that all dlls including resource only dlls be digitally signed. LICENSE MIT Reviewed-on: http://gerrit.openafs.org/698 Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- diff --git a/src/WINNT/client_exp/lang/NTMakefile b/src/WINNT/client_exp/lang/NTMakefile index 50fb7e1ab..d80b9444e 100644 --- a/src/WINNT/client_exp/lang/NTMakefile +++ b/src/WINNT/client_exp/lang/NTMakefile @@ -44,6 +44,7 @@ DLLOBJS = $(RESFILE) $(DLLFILE) : $(DLLOBJS) $(DLLRESLINK) $(DLLPREP) + $(CODESIGN_USERLAND) install : $(DLLFILE) diff --git a/src/WINNT/netidmgr_plugin/NTMakefile b/src/WINNT/netidmgr_plugin/NTMakefile index be9dda644..ece6874cd 100644 --- a/src/WINNT/netidmgr_plugin/NTMakefile +++ b/src/WINNT/netidmgr_plugin/NTMakefile @@ -180,6 +180,7 @@ lang:: $(LANGDLL) $(LANGDLL): $(OUT)\langres_$(LANG).res $(OUT)\langres_ver_$(LANG).res $(DLLRESLINK) + $(CODESIGN_USERLAND) $(OUT)\langres_ver_$(LANG).res: version.rc $(RC) /d LANGVER /d LANG_$(LANG) /fo $@ $**