orcmid / nfoTools

Common Tools for nfoWare/nfoWorks projects
Apache License 2.0
2 stars 0 forks source link

VCrayApp 1.0.0 Adjust VCoptions.opt to not force C compilation, allowing C++ apps too. #83

Open orcmid opened 1 year ago

orcmid commented 1 year ago

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.

orcmid commented 11 months 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.