www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Dub generate visuald, multiple configurations?

reply Tofu Ninja <joeyemmons yahoo.com> writes:
Is there a way to generate a single visuald project file for all 
dub configurations, selecting the configuration from the visual 
studio configuration manager? Or do I have to generate a separate 
project for each configuration?
Jun 17 2016
parent reply Tofu Ninja <joeyemmons yahoo.com> writes:
On Friday, 17 June 2016 at 08:49:47 UTC, Tofu Ninja wrote:
 Is there a way to generate a single visuald project file for 
 all dub configurations, selecting the configuration from the 
 visual studio configuration manager? Or do I have to generate a 
 separate project for each configuration?
I am guessing no?
Jun 19 2016
parent Guillaume Piolat <first.last gmail.com> writes:
On Sunday, 19 June 2016 at 07:25:29 UTC, Tofu Ninja wrote:
 On Friday, 17 June 2016 at 08:49:47 UTC, Tofu Ninja wrote:
 Is there a way to generate a single visuald project file for 
 all dub configurations, selecting the configuration from the 
 visual studio configuration manager? Or do I have to generate 
 a separate project for each configuration?
I am guessing no?
No. You have to regenerate each time you switch compiler, arch or configuration. shell aliases help!
Jun 19 2016