Windows: Use EXEPREP and DLLPREP macros for processing binaries
commitea4d8dbfdb2243b6b5a674e2b44f2d96d2f7dc8e
authorAsanka Herath <asanka@secure-endpoints.com>
Thu, 10 Jun 2010 17:15:36 +0000 (10 13:15 -0400)
committerAsanka Herath <asanka@secure-endpoints.com>
Fri, 20 Aug 2010 17:04:06 +0000 (20 13:04 -0400)
treee34456142d0019adecca54e54e551500db3b684d
parent0d09c879f3de6f834affb820191959695a79d9e3
Windows: Use EXEPREP and DLLPREP macros for processing binaries

Once DLLs and EXEs are built, they need to have their manifests
processed and signed.  These steps are encapsulated in the EXEPREP and
DLLPREP Makefile macros.  Use them instead of invoking each processing
macro individually.
15 files changed:
kdc/NTMakefile
kuser/NTMakefile
lib/asn1/NTMakefile
lib/com_err/NTMakefile
lib/editline/NTMakefile
lib/gssapi/NTMakefile
lib/hcrypto/NTMakefile
lib/hdb/NTMakefile
lib/hx509/NTMakefile
lib/kadm5/NTMakefile
lib/krb5/NTMakefile
lib/ntlm/NTMakefile
lib/sl/NTMakefile
lib/vers/NTMakefile
lib/wind/NTMakefile