also deliver .bin variants of the tools

This commit is contained in:
David Tardon
2012-04-11 10:01:25 +02:00
parent 7c489dc2ec
commit dd9bbad2b1
3 changed files with 41 additions and 0 deletions

View File

@@ -40,6 +40,12 @@ $(eval $(call gb_Module_add_targets,cpputools,\
Executable_regsingleton \
Executable_uno \
))
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,cpputools,\
Package_bin \
))
endif
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab: