No point with these executables for non-desktop OSes

Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674
This commit is contained in:
Tor Lillqvist
2012-08-06 13:08:04 +03:00
parent caac7011d2
commit 30e1b61157
7 changed files with 27 additions and 7 deletions

View File

@@ -35,11 +35,13 @@ $(eval $(call gb_Module_add_targets,cpputools,\
StaticLibrary_uno \
))
else
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,cpputools,\
Executable_regcomp \
Executable_regsingleton \
Executable_uno \
))
endif
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,cpputools,\