Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个遗留代码库,该代码库在一个文件夹中包含多个 c++ 可执行文件和静态库的所有代码。
我想知道是否可以在 Eclipse Helios 中为每个项目创建项目,而无需将相应的源代码移动到其自己的目录中?
您可以在任何地方创建 Eclipse 项目,然后在每个项目中执行以下操作:
RMB on project->New->Folder、展开Advanced>>、选择Link to alternate location (Linked Folder)并浏览到您的共享资源所在的目录。
RMB on project->New->Folder
Advanced>>
Link to alternate location (Linked Folder)
或者,您可以改为拥有一个具有多个目标的项目。