The afshcrypto.rc file was provided but it was never compiled
nor linked to the dll.
Change-Id: I41138c53a5b53417d880ae748c7f8e8248daedce
Reviewed-on: http://gerrit.openafs.org/5517
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
$(INCFILES):$$(@B).h
$(COPY) $** $(INCFILEDIR)
+RESFILE = $(OUT)\afshcrypto.res
+
+$(RESFILE): afshcrypto.rc AFS_component_version_number.h
+
!if !defined(NMAKE)
NTMAKE = nmake /nologo /f ntmakefile
!endif
DLLLIBS = \
$(DESTDIR)\lib\afsroken.lib
-$(LIBFILE): $(LOCAL_OBJS) $(HCRYPTO_OBJS) $(DLLLIBS)
+$(LIBFILE): $(LOCAL_OBJS) $(HCRYPTO_OBJS) $(RESFILE) $(DLLLIBS)
$(DLLCONLINK) /DEF:afshcrypto.def shell32.lib
$(_VC_MANIFEST_EMBED_DLL)
$(DLLPREP)
#define AFS_VERINFO_FILENAME "afshcrypto.dll"
#include "AFS_component_version_number.h"
-#include "..\config\NTVersioninfo.rc"
+#include "..\..\config\NTVersioninfo.rc"