www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - How to just compile in VisualD.

reply WhatMeWorry <kheaser gmail.com> writes:
I'm trying to make a DLL with VisualD but the only options are 
"compile and run" and "compile an debug" under the Extensions 
tab.  I tried going into properties and setting the project to 
compile only, but the the "compile and run" and compile and debug 
are greyed out.
Sep 23 2020
parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Thursday, 24 September 2020 at 03:01:54 UTC, WhatMeWorry wrote:
 I'm trying to make a DLL with VisualD but the only options are 
 "compile and run" and "compile an debug" under the Extensions 
 tab.  I tried going into properties and setting the project to 
 compile only, but the the "compile and run" and compile and 
 debug are greyed out.
You can build the project by pressing Ctrl+B. If you want to build the entire solution you press Ctrl+Shift+B. You can also run dub build if you have it set up with dub.json.
Sep 24 2020