Relative path for linked resource?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Relative path for linked resource?

751 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by jdebliek on Mon Jun 21 12:11:26 MST 2010
I am sharing some code between two projects in the same workspace.  I do not want to generate a library, but want to compile the code within each project.  The only way I found to do this without duplicating the code was to create a linked resource path variable pointing to the shared code.  However, this path variable is an absolute path, which means the workspace is no longer completely portable.  Is there any way to create a linked resource using a relative path?
Thanks.
0 Kudos
Reply
1 Reply

705 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Tue Jun 22 00:47:13 MST 2010
Relative paths are not supported for linked resources. However, you can use a Path Variable so that you only need to change a path location in one place.

Search the help for "Path Variable" for details.
0 Kudos
Reply