Does Visual D support wildcards in build events?

Rainer Schuetze r.sagitario at gmx.de
Sat Feb 20 08:50:53 UTC 2021


Hi,

On 18/02/2021 09:04, Jedi wrote:
> I'm having to hard code names and this is causing problems when I move
> the projects since they refer to the wrong locations. Basically the same
> stuff that C++/C#/VB/etc supports. I mainly just need the output exe as
> a special token that changes with the project type.
> 

If you are using the visualdproj projects, this might help:
https://rainers.github.io/visuald/visuald/ProjectConfig.html

When using the vcxproj, you have all the VC macros available.

If this isn't what you mean or doesn't help, you will have to be more
specific.


More information about the Digitalmars-d-ide mailing list