Read environment variable during build and pass value to file to be compiled
Is there a way to read an environment variable from the PC (I'm running on a Windows box) and pass that value somehow (maybe via a temporarily created define for the command line) such that a file being compiled can use the value of that environment variable? For example, can the name of the person who's doing the build be used to initialize a string value that can then be embedded into the app?
Thanks!