Shane Bradley
Shane Bradley
To further clarify: we're seeing problems with this when building for android/consoles under vstudio in combination with build commands containing tokens. The tokens will map to posix style commands which...
Separating the concept of a host build OS from the host premake OS would be the nicer route I think. Otherwise you're essentially explicitly defining different platform combinations which seems...
> I'm not sure it would get out of date too often, the OS command system is largely driven by exceptions. "Everything uses Unix commands, except Windows." and the above...
I think we could map our packagemanager solution to this approach. One thing worth noting is that we get a lot of use out of include/link dependency separation, which would...