Re: Specifying executable names in DUB

2019-06-17 Thread Andre Pany via Digitalmars-d-learn
On Tuesday, 18 June 2019 at 02:13:46 UTC, Dave wrote: Greetings, This might be totally obvious, but I can't seem to figure out how to specify an executable's name to be different for each build types in my DUB package. For example, if my project is named "dlang_test", I might want something

Re: Specifying executable names in DUB

2019-06-17 Thread Jonathan M Davis via Digitalmars-d-learn
On Monday, June 17, 2019 8:13:46 PM MDT Dave via Digitalmars-d-learn wrote: > Greetings, > > This might be totally obvious, but I can't seem to figure out how > to specify an executable's name to be different for each > build types in my DUB package. For example, if my project is > named

Specifying executable names in DUB

2019-06-17 Thread Dave via Digitalmars-d-learn
Greetings, This might be totally obvious, but I can't seem to figure out how to specify an executable's name to be different for each build types in my DUB package. For example, if my project is named "dlang_test", I might want something like so: dub build --build=debug yields either