summaryrefslogtreecommitdiff
path: root/shell/Module_shell.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-28 15:04:18 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:36:11 +0200
commit22e8f9b907d4ec183adfecbae279a1039b6f571d (patch)
tree72fe35c8087b37165148ca3508a1e59091bc01a7 /shell/Module_shell.mk
parentdb416d1355048c36482fbd546696606fbb8e2768 (diff)
shell: export more symbols, as private
Change-Id: Ifca9712c2ee28c8e38925150b3e6d0f27195ff1d
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r--shell/Module_shell.mk4
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 \