From: Daniel Gonzalez Date: Wed, 19 Jun 2013 09:45:48 +0000 (+0200) Subject: Feature #2042 bbpConfigurator X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=inline;h=cd39bfaca5c64598de7046df6989f244fc6e32cd;hp=cd39bfaca5c64598de7046df6989f244fc6e32cd;p=bbtk.git Feature #2042 bbpConfigurator This application should replace the macro BBTK_CREATE_PACKAGE_INCLUDE_SCRIPT in order to organize the includes so the dependecies are taken into account. It takes the path of the bbs's, the package name, and the output bbp path. For now, it just organizes the files in the bbs's folder in alphabetical order and creates the bbp in that order. ---