This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

.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\lib_functions.c" if possible.

I thought it would be good to be able to write something like this, and let microVision substitute the value of the environment variable CODELIB rather than specifying the whole path in my project file.

   <File>
      <FileName>app_button.c</FileName>
      <FileType>1</FileType>
      <FilePath>$CODELIB\app_button.c</FilePath>
   </File>

Does microVision support anything like a substitution syntax in the .uvprojx file?

Thanks for any pointers on this.