diff options
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r-- | shell/Module_shell.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 6e3c2425c411..124ed7083d25 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -63,7 +63,7 @@ $(eval $(call gb_Module_add_targets,shell,\ )) endif -ifeq ($(GUI),WNT) +ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,shell,\ Executable_regsvrex \ @@ -77,7 +77,7 @@ $(eval $(call gb_Module_add_targets,shell,\ StaticLibrary_simplemapi \ )) -ifneq ($(COM),GCC) +ifeq ($(COM),MSC) $(eval $(call gb_Module_add_targets,shell,\ CustomTarget_shlxthdl_res \ Library_ooofilt \ |