How to compile only certain folders

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to compile only certain folders

跳至解决方案
1,042 次查看
massimocristofo
Contributor I

Hi, everyone!

I have this folders tree in my project

  • PROJECT
    • inc
    • src
      • src1
      • src2

I want LPCXpresso to compile only inc and src/src2 folders, ignoring src/src1. Also I DON'T want to delete src/src1 from disk.

How to achieve this?

Thanks!

MIX

0 项奖励
回复
1 解答
943 次查看
thefallguy
Contributor IV

Right-click on the file or folder you want to exclude, and from the pop-up menu, select Resource Configuration->Exclude from build. You can then choose which build configuration to exclude from.

在原帖中查看解决方案

2 回复数
944 次查看
thefallguy
Contributor IV

Right-click on the file or folder you want to exclude, and from the pop-up menu, select Resource Configuration->Exclude from build. You can then choose which build configuration to exclude from.

943 次查看
massimocristofo
Contributor I

Exactly what I need. Thanks!

0 项奖励
回复