eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.12k stars 455 forks source link

'Exclude from build' is not imported from VS2015 #1168

Closed harry-g closed 8 years ago

harry-g commented 8 years ago

When importing a project from VS2015, the 'Exclude from build' status is not considered. This can be a killer for huge projects where you manually have to rework all the 'Exclude from build' flags!

E.g. the JUCE framework works with this to exclude all .cpp and include only headers from their library dir.

Found no workaround like a possibility to do a mass change (like mark all .cpp files in a certain subdir tree and exclude them) for this neither in IDE nor by editing readable project files.

eranif commented 8 years ago

PR applied - bug closed