From 46c59e3ce1c84607d847c276f9a4a08020fc58c3 Mon Sep 17 00:00:00 2001 From: Dirk Voelzke Date: Tue, 26 Jan 2010 07:36:23 +0100 Subject: dv17: #i70994#: Moved property handler to own library to avoid problems with old Windows versions --- scp2/source/winexplorerext/file_winexplorerext.scp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) mode change 100644 => 100755 scp2/source/winexplorerext/file_winexplorerext.scp (limited to 'scp2/source/winexplorerext/file_winexplorerext.scp') diff --git a/scp2/source/winexplorerext/file_winexplorerext.scp b/scp2/source/winexplorerext/file_winexplorerext.scp old mode 100644 new mode 100755 index dd8b8912ae8c..4d9de19f3b4c --- a/scp2/source/winexplorerext/file_winexplorerext.scp +++ b/scp2/source/winexplorerext/file_winexplorerext.scp @@ -87,6 +87,24 @@ End #endif +File gid_File_Lib_PropertyHdl + TXT_FILE_BODY; + Styles = (PACKED); + Dir = gid_Dir_Shlxthdl; + Name = "propertyhdl.dll"; +End + +#ifdef BUILD_X64 + File gid_File_Lib_PropertyHdl64 + TXT_FILE_BODY; + Styles = (PACKED); + Dir = gid_Dir_Shlxthdl; + Name = "propertyhdl_x64.dll"; + ComponentCondition = "VersionNT64"; +End + +#endif + #if defined M1310 File gid_File_Lib_Shlxthdl_Msvcr71 TXT_FILE_BODY; -- cgit