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>
$(INCFILES):$$(@B).h
$(COPY) $** $(INCFILEDIR)
+RESFILE = $(OUT)\afsroken.res
+
+$(RESFILE): afsroken.rc AFS_component_version_number.h
+
roken.h: $(ROKEN)\roken.h.in
$(COPY) $** $@
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)