Kaydet (Commit) cc335e4a authored tarafından Michael Meeks's avatar Michael Meeks

scp2: define BUILD_X64 for winexplorerext.

Change-Id: I06c253cc53121559730f23906fd3ff34a4593d27
üst 97556539
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
$(eval $(call gb_InstallModule_InstallModule,scp2/winexplorerext)) $(eval $(call gb_InstallModule_InstallModule,scp2/winexplorerext))
$(eval $(call gb_InstallModule_define_if_set,scp2/winexplorerext,\
BUILD_X64 \
))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/winexplorerext,\ $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/winexplorerext,\
winexplorerextbinarytable \ winexplorerextbinarytable \
winexplorerext \ winexplorerext \
......
...@@ -36,7 +36,7 @@ Module gid_Module_Optional_Winexplorerext ...@@ -36,7 +36,7 @@ Module gid_Module_Optional_Winexplorerext
Files = (auto_winexplorerextbinarytable_ALL, Files = (auto_winexplorerextbinarytable_ALL,
auto_winexplorerext_ALL, auto_winexplorerext_ALL,
auto_winexplorerextnt6_ALL, auto_winexplorerextnt6_ALL,
gid_File_Tmp_Userinstall_Winexplorerext_Inf); gid_File_Tmp_Userinstall_Winexplorerext_Inf);
End End
#ifdef BUILD_X64 #ifdef BUILD_X64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment