Windows: Install loose gssapi.dll with manifest

When installing the gssapi.dll within the Heimdal\bin directory
make sure to install the version that has the assembly manifest.
Otherwise, the DLL cannot find the heimdal.dll.

Change-Id: Idd6f8f00db718f8a764e1cfa9d06d188ab22a313
This commit is contained in:
Jeffrey Altman
2013-10-12 01:57:14 -04:00
parent b09e1a137b
commit 3a00c9b7b0
2 changed files with 2 additions and 1 deletions

View File

@@ -172,6 +172,7 @@ CANDLEOPTS= \
-dDocDir=$(DOCDIR) \
-dSrcDir=$(SRC) \
-dPlatform=$(PLATFORM) \
-dAsmKrbName=$(ASMKRBNAME) \
-dPolPrefix=$(POLPREFIX)
!if "$(CPU)"=="AMD64"

View File

@@ -201,7 +201,7 @@
<Component Id='comp.gssdll'
Guid='$(var.GuidGssDll)'
Win64='$(var.Win64)'>
<File Name='gssapi.dll' KeyPath='yes' />
<File Name='gssapi.dll' KeyPath='yes' Source='$(var.BinDir)\$(var.AsmKrbName)\gssapi.dll' />
<File Name='gssapi.pdb' />
</Component>