From 85cafd2f6ab11c2b16fafd2f668eb5d317d0d4ac Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 4 Dec 2010 18:02:38 -0500 Subject: [PATCH] Windows: install afs_shl_ext icon files mount.ico and link.ico to dest\root.client\usr\vice\etc Reviewed-on: http://gerrit.openafs.org/3441 Tested-by: BuildBot Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman (cherry picked from commit 3756fc78af48c5543c267b086fbd4872fea2e33c) Change-Id: I3ab7f121a937769e899dc8d7c604fc23f07ada1e Reviewed-on: http://gerrit.openafs.org/3789 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/WINNT/client_exp/NTMakefile | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/WINNT/client_exp/NTMakefile b/src/WINNT/client_exp/NTMakefile index 3af316950..216b1393e 100644 --- a/src/WINNT/client_exp/NTMakefile +++ b/src/WINNT/client_exp/NTMakefile @@ -13,10 +13,17 @@ RELDIR=WINNT\client_exp !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME) !include ..\..\config\NTMakefile.version +ETC = $(DESTDIR)\root.client\usr\vice\etc + ############################################################################ # afs_shl_ext.dll -DLLFILE = $(DESTDIR)\root.client\usr\vice\etc\afs_shl_ext.dll + +DLLFILE = $(ETC)\afs_shl_ext.dll + +ICONS =\ + $(ETC)\link.ico \ + $(ETC)\mount.ico DLLOBJS =\ $(OUT)\add_acl_entry_dlg.obj \ @@ -72,6 +79,15 @@ $(DLLFILE): $(DLLOBJS) $(DLLLIBS) $(CODESIGN_USERLAND) $(SYMSTORE_IMPORT) +############################################################################ +# Install Icon files + +$(ETC)\mount.ico: mount.ico + $(COPY) $** $@ + +$(ETC)\link.ico: link.ico + $(COPY) $** $@ + ############################################################################ # Definitions for generating versioninfo resources @@ -80,9 +96,7 @@ $(OUT)\afs_shl_ext_stub.res: AFS_component_version_number.h ############################################################################ # Install target; primary makefile target -install: $(DLLFILE) lang -install9x: install - +install: $(DLLFILE) $(ICONS) lang ############################################################################ # Language target -- 2.39.5