digitalmars.D.ide - Visual D
- Imperatorn (4/4) Oct 24 2021 How do I set which compiler is used when building a solution
- pilger (6/8) Oct 25 2021 "Enter the LDC installation path at the global
- Rainer Schuetze (4/14) Oct 26 2021 In addition, the visuald projects (in contrast to the msbuild
- Imperatorn (3/18) Nov 02 2021 Thanks
How do I set which compiler is used when building a solution using Visual D? I have multiple installed and it defaults to DMD. Thanks
Oct 24 2021
On Sunday, 24 October 2021 at 20:45:08 UTC, Imperatorn wrote:How do I set which compiler is used when building a solution using Visual D?"Enter the LDC installation path at the global Tools->Options->Projects and Solutions->Visual D Settings->LDC Directories option page. Then switch the "Compiler" option in the project configuration to "LDC"." https://rainers.github.io/visuald/visuald/Installation.html
Oct 25 2021
On 25/10/2021 14:53, pilger wrote:On Sunday, 24 October 2021 at 20:45:08 UTC, Imperatorn wrote:In addition, the visuald projects (in contrast to the msbuild integration) allow specifying a different compiler executable when checking Compiler -> General -> Use other compiler.How do I set which compiler is used when building a solution using Visual D?"Enter the LDC installation path at the global Tools->Options->Projects and Solutions->Visual D Settings->LDC Directories option page. Then switch the "Compiler" option in the project configuration to "LDC"." https://rainers.github.io/visuald/visuald/Installation.html
Oct 26 2021
On Wednesday, 27 October 2021 at 06:32:28 UTC, Rainer Schuetze wrote:On 25/10/2021 14:53, pilger wrote:ThanksOn Sunday, 24 October 2021 at 20:45:08 UTC, Imperatorn wrote:In addition, the visuald projects (in contrast to the msbuild integration) allow specifying a different compiler executable when checking Compiler -> General -> Use other compiler.How do I set which compiler is used when building a solution using Visual D?"Enter the LDC installation path at the global Tools->Options->Projects and Solutions->Visual D Settings->LDC Directories option page. Then switch the "Compiler" option in the project configuration to "LDC"." https://rainers.github.io/visuald/visuald/Installation.html
Nov 02 2021