Relative path for linked resource?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Relative path for linked resource?

748件の閲覧回数
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 返信

702件の閲覧回数
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 件の賞賛
返信