Dub recursive build and forcing pre-build commands to run

Meta via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 10 00:00:18 PDT 2016


On Saturday, 9 July 2016 at 07:52:56 UTC, Antonio Corbi wrote:
> I use the "preGenerateCommands" and "dependencies" like this:
>
>     "configurations" : [
>         {
>             "comment"             : "Classic app.",
>             "name"                : "eqapp",
>             "preGenerateCommands" : ["sed -e 
> 's#topdir/#$PACKAGE_DIR#' src/config/constants.d.in > 
> src/config/constants.d"],
>             "dependencies"        : {":dgtalib" : "*", 
> "gtk-d:gtkd": "~>3.3.0"},
>         },
>       ....
>
> Hope this helps you.
> Antonio

When are pre-generate commands run?


More information about the Digitalmars-d-learn mailing list