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.