Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - How to use Linked resource in a include path: Page 1 of 3 (3 Items)
   
How to use Linked resource in a include path  
Hi

I work on Momentics IDE 4.7.0
I create a linked resource containing a path:
REPERTOIREMATLAB c:\my path

I want to use this variable in a include path. I tried
"${env:REPERTOIREMATLAB}"
"${REPERTOIREMATLAB}"
But it doesnt work

"${env_var:REPERTOIREMATLAB}"
work with REPERTOIREMATLAB as a Windows environment variable, but it is not what i aim

So what is the syntax to use use linked resource in a include path?

Thank for your answer