mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
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:
parent
11a6fc9489
commit
0c6bc6c78a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user