Windows: Add resource info to afsroken.dll

The afsroken.rc file was provided but it was never compiled
or linked to the dll.

Change-Id: Id64ccd06b85c444f2009ef21f1fc65fb14f1bf01
Reviewed-on: http://gerrit.openafs.org/5516
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
Jeffrey Altman 2011-09-28 19:58:07 -04:00 committed by Jeffrey Altman
parent 11a6fc9489
commit 0c6bc6c78a

View File

@ -68,6 +68,10 @@ $(ROKEN_INCFILES):$(ROKEN)\$$(@B).h
$(INCFILES):$$(@B).h
$(COPY) $** $(INCFILEDIR)
RESFILE = $(OUT)\afsroken.res
$(RESFILE): afsroken.rc AFS_component_version_number.h
roken.h: $(ROKEN)\roken.h.in
$(COPY) $** $@
@ -84,7 +88,7 @@ NTMAKE = nmake /nologo /f ntmakefile
DLLLIBS = \
# $(DESTDIR)\lib\afs\afsreg.lib
$(LIBFILE): $(ROKEN_OBJS) $(DLLLIBS)
$(LIBFILE): $(ROKEN_OBJS) $(RESFILE) $(DLLLIBS)
$(DLLCONLINK) /DEF:afsroken.def shell32.lib
$(_VC_MANIFEST_EMBED_DLL)
$(DLLPREP)