diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-20 10:42:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-20 10:42:27 +0000 |
commit | d2fba4d63984c5c606aabace765df0ef3dae4347 (patch) | |
tree | e6b6d0c475b4f61dd8bdf60d628ed32f00796eae /setup_native | |
parent | 52d89cba1f45304f79121e424474fbcd9773c99e (diff) |
INTEGRATION: CWS nativefixer6 (1.4.2); FILE MERGED
2005/04/13 08:30:48 hro 1.4.2.1: #121395# #i42173# New custom actions postunistall action and rebuilding icon cache
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/win32/customactions/shellextensions/makefile.mk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/makefile.mk b/setup_native/source/win32/customactions/shellextensions/makefile.mk index 3dbeae64fb83..1a7844fc6b1d 100644 --- a/setup_native/source/win32/customactions/shellextensions/makefile.mk +++ b/setup_native/source/win32/customactions/shellextensions/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-04-04 10:12:15 $ +# last change: $Author: obo $ $Date: 2005-04-20 11:42:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,8 +83,11 @@ UWINAPILIB= SLOFILES = \ $(SLO)$/shellextensions.obj \ - $(SLO)$/startmenuicon.obj\ - $(SLO)$/upgrade.obj + $(SLO)$/startmenuicon.obj \ + $(SLO)$/upgrade.obj \ + $(SLO)$/iconcache.obj \ + $(SLO)$/postuninstall.obj + SHL1STDLIBS= kernel32.lib\ user32.lib\ |