How to compile only certain folders

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to compile only certain folders

ソリューションへジャンプ
1,039件の閲覧回数
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 解決策
940件の閲覧回数
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 返答(返信)
941件の閲覧回数
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.

940件の閲覧回数
massimocristofo
Contributor I

Exactly what I need. Thanks!

0 件の賞賛
返信