]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Windows: install afs_shl_ext icon files
authorJeffrey Altman <jaltman@your-file-system.com>
Sat, 4 Dec 2010 23:02:38 +0000 (18:02 -0500)
committerDerrick Brashear <shadow@dementia.org>
Tue, 1 Feb 2011 00:14:15 +0000 (16:14 -0800)
mount.ico and link.ico to dest\root.client\usr\vice\etc

Reviewed-on: http://gerrit.openafs.org/3441
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit 3756fc78af48c5543c267b086fbd4872fea2e33c)

Change-Id: I3ab7f121a937769e899dc8d7c604fc23f07ada1e
Reviewed-on: http://gerrit.openafs.org/3789
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/WINNT/client_exp/NTMakefile

index 3af3169500bdbca715b7789257c551f047d4ec61..216b1393e0b5050c934c1b00834e3777f7127472 100644 (file)
@@ -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