Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Extension-less headers versus Binaries



On Tue, May 8, 2012 at 10:18 AM, Doug Schaefer <dschaefer@xxxxxxx> wrote:
Hey gang,

I'm wondering if anyone has thought or dealt with this. I'm looking at Qt and it has a lot of extension-less headers. Now I could create a contentType extension that lists all of these files as cxxHeaders. However, if the user creates a binary with the same name, the BinaryRunner will skip over them because it thinks it's a header file.

First of all, I find it odd that the BinaryRunner is running over the entire project instead of just looking at the output folders. If the scope was restricted like that then we could try every file (or at least extension-less files) and see if it's a binary.

Any thoughts?

+1 for restricting BinaryRunner  as much as possible.

Doug

-sergey 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top