Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How can I use <ECLIPSE DYNAMIC VARIABLE>s?
How can I use <ECLIPSE DYNAMIC VARIABLE>s? [message #1833864] Mon, 26 October 2020 15:28 Go to next message
Manuel Malagon is currently offline Manuel MalagonFriend
Messages: 81
Registered: December 2011
Member
I'm having a hard time figuring out how to use the <ECLIPSE DYNAMIC VARIABLE> values that can be found in the Project > Build Variables dialog for a project.

The variable I need to use is "git_work_tree" that has the value I need for a post-compilation step.

I know I can use the other variables, the ones whose values are visible and not <ECLIPSE DYNAMIC VARIABLE> if I use them like:

${ProjDirPath}


But that doesn't work with git_work_tree. What would be the correct way of using a <ECLIPSE DYNAMIC VARIABLE> in a post-build step?
Re: How can I use <ECLIPSE DYNAMIC VARIABLE>s? [message #1833977 is a reply to message #1833864] Thu, 29 October 2020 12:29 Go to previous message
Mark Smith is currently offline Mark SmithFriend
Messages: 82
Registered: September 2020
Member
Check here
https://stackoverflow.com/questions/34044982/eclipse-plugin-resolve-variable-dynamic-variables-doesnt-work
Previous Topic:include of header files from build tools
Next Topic:alt+tab and F3 does not work for some C++-files with unknown icon
Goto Forum:
  


Current Time: Fri Oct 04 21:21:47 GMT 2024

Powered by FUDForum. Page generated in 0.03720 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top