summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-27 13:49:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-27 13:49:39 +0000
commitfc761c7d46f55710b129a2e821abed036cb066f5 (patch)
treee9e744fb51590c14a12b0e8711229ad7d465654e /scp2/source
parent9bd564366cc381038143f3f17b23ecec9c695153 (diff)
INTEGRATION: CWS native186_DEV300 (1.6.184); FILE MERGED
2008/08/20 09:57:50 sb 1.6.184.1: #i92939# moved shlxthdl.dll into a fresh directory program/shlxthdl of its own, together with an additional copy of the stlport dll, so that all dependencies of shlxthdl.dll are found when it is loaded by Windows Explorer
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/winexplorerext/module_winexplorerext.scp8
1 files changed, 6 insertions, 2 deletions
diff --git a/scp2/source/winexplorerext/module_winexplorerext.scp b/scp2/source/winexplorerext/module_winexplorerext.scp
index ed73383aa588..cc3d3da77e35 100644
--- a/scp2/source/winexplorerext/module_winexplorerext.scp
+++ b/scp2/source/winexplorerext/module_winexplorerext.scp
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: module_winexplorerext.scp,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -36,5 +36,9 @@ Module gid_Module_Optional_Winexplorerext
Default = YES;
Minimal = YES;
ParentID = gid_Module_Optional;
- Files = (gid_File_Lib_Shlxthdl, gid_File_Lib_Shlxtmsi, gid_File_Tmp_Userinstall_Winexplorerext_Inf);
+ Dirs = (gid_Dir_Shlxthdl);
+ Files = (gid_File_Lib_Shlxthdl,
+ gid_File_Lib_Shlxthdl_Stlport,
+ gid_File_Lib_Shlxtmsi,
+ gid_File_Tmp_Userinstall_Winexplorerext_Inf);
End