None of this for non-desktop OSes I think

Change-Id: I8c4a6d8e5ee7cddf069c7d1b3ab43efd8e359b3f
This commit is contained in:
Tor Lillqvist
2012-11-21 23:49:30 +02:00
parent 5c0424c271
commit a9a3095266
2 changed files with 2 additions and 46 deletions

View File

@@ -26,17 +26,12 @@
$(eval $(call gb_Module_Module,cpputools))
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,cpputools,\
Executable_sp2bv \
))
ifeq ($(OS),IOS)
$(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 \
@@ -49,7 +44,6 @@ $(eval $(call gb_Module_add_targets,cpputools,\
))
endif
endif
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab: