Linked resource absolute paths in generated makefiles in eclipse cdt

烈酒焚心 提交于 2019-12-13 14:15:29

问题


I am trying to add external cpp files as linked resources to an eclipse CDT project. I have managed to have relative paths for these cpp files in the eclipse project (files), but these are automatically expanded into absolute paths in the generated makefiles. We use the makefiles in a continuous integration system, where these absolute paths are not acceptable. I have tried to set up these paths to be relative to build variables, environment variables and even linux system variables, without success. Any idea? Thanks.

来源:https://stackoverflow.com/questions/22064413/linked-resource-absolute-paths-in-generated-makefiles-in-eclipse-cdt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!