Windows: Script for generating exports lists for shim layer
commitfbf3864422b15d2cfb7f9945dcc62d9dbb47eea8
authorAsanka Herath <asanka@secure-endpoints.com>
Wed, 14 Jul 2010 05:33:25 +0000 (14 01:33 -0400)
committerAsanka Herath <asanka@secure-endpoints.com>
Fri, 20 Aug 2010 17:14:18 +0000 (20 13:14 -0400)
tree843cccfc32c2dc858862c9f7101306ce073fdcd1
parent8793628306417794904e3f991b478ef929403cb4
Windows: Script for generating exports lists for shim layer

This script analyzes the export lists for MIT Kerberos for Windows,
export lists for Heimdal DLLs and the symbol lists from the shim code
and generates the appropriate export definition (.DEF) files.

.DEF files that are generated are committed to the source tree because
otherwise having MIT KfW DLLs around would be a build requirement.  If
there is any change to the shim code, the export .DEF files should be
rebuilt using:

  nmake /f NTMakefile DEV=1 gen-defs

.. from the packages/windows/kfw_shim directory.  The new .DEF files
should then be commited.
cf/w32-def-from-dll.pl [new file with mode: 0644]