Open orcmid opened 1 year ago
With the VCrayApp positional src
parameter, it is possible to wild-card to something like *.c?? to catch both C and C++ files. It is also possible to use environment and Command Prompt variables. Specifying multiple locations or with or without variables, quoting may be needed. I don't know if quoting allows command variables or not. There are some cases to work out. We could also take everything from the src position to the end of the command. That is, make it a ... option.
More to test and to work with.
The cache and build operations should still work. If not, see what has to be done. There maybe runtime differences that don't work with the raylib linking. Have to see.