diff options
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r-- | shell/Module_shell.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 53fda24734b6..cfe7aa061cef 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -61,6 +61,9 @@ $(eval $(call gb_Module_add_targets,shell,\ StaticLibrary_shlxthandler_common \ StaticLibrary_xmlparser \ WinResTarget_shlxthdl \ + CustomTarget_spsupp_idl \ + Library_spsupp \ + WinResTarget_spsupp \ )) $(eval $(call gb_Module_add_check_targets,shell,\ @@ -76,6 +79,7 @@ $(eval $(call gb_Module_add_targets,shell,\ Library_shlxthdl_x64 \ StaticLibrary_shlxthandler_common_x64 \ StaticLibrary_xmlparser_x64 \ + Library_spsupp_x64 \ )) endif |