Getting Eclipse CDT to use relative include paths in generated Makefiles

前端 未结 4 782
难免孤独
难免孤独 2020-12-17 16:56

I am using the Eclipse CDT. I have configured the \"external Builder\" and I am generating the Makefiles automatically. Unfortunately, the generated Makefiles contain the ab

4条回答
  •  臣服心动
    2020-12-17 17:42

    If you use relative path in the 'include paths' (instead of ${workspace_loc}), then the makefile (and .mk files it uses) will include relative paths as well.

提交回复
热议问题