• Environment variables
    How do I use system environment variables to specify a path to a source file?
  • UVision2 and `TZ' environment variable
    I need the 'TZ' variable be set for RCS version control system. But when i set this env. var, UVision2 "refuses" to build any project, it always REBUILDS ALL :(. So, the question is: How i can get the...
  • Environment variable for source files path
    Hi, Is it possible please to set a source file path using an environment variable. example: $REPO$\project\test instead of C:\IDE\project\test (where REPO = C:\IDE Thanks and regards...
  • .uvprojx file support environment variables?
    Hi, everyone. I have a project that includes a lot of "library" source files that are outside of my main source tree and I'd prefer not to have to reference them with awkward paths like "..\..\..\components...
  • how to get environment variables as #defines
    I'd like to import an environment variable into the build. In other IDEs I've been able to do it as a command-line parameter - e.g.: -D FROM_ENV=$(ENV_VARIABLE) or something like that. The idea is...