How to compile only certain folders

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to compile only certain folders

Jump to solution
459 Views
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 Kudos
1 Solution
360 Views
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.

View solution in original post

2 Replies
361 Views
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.

360 Views
massimocristofo
Contributor I

Exactly what I need. Thanks!

0 Kudos