Relative path for linked resource?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Relative path for linked resource?

747 次查看
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 项奖励
回复
1 回复

701 次查看
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 项奖励
回复