summaryrefslogtreecommitdiffstats
path: root/scp2/source/winexplorerext/file_winexplorerext.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/winexplorerext/file_winexplorerext.scp')
-rwxr-xr-x[-rw-r--r--]scp2/source/winexplorerext/file_winexplorerext.scp18
1 files changed, 18 insertions, 0 deletions
diff --git a/scp2/source/winexplorerext/file_winexplorerext.scp b/scp2/source/winexplorerext/file_winexplorerext.scp
index e51b8945903a..4ad1e96a3c99 100644..100755
--- a/scp2/source/winexplorerext/file_winexplorerext.scp
+++ b/scp2/source/winexplorerext/file_winexplorerext.scp
@@ -72,6 +72,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;