Alex Ionescu wrote:
Actually you will, in a real VS project. Again, rbuild's msvc backend
sucks because it doesn't do this, resulting in autocomplete not
working correctly, because MSVC doesn't "know" about the header
(whereas if the header is in the "headers" part of the project, then
it knows about it, can search through it, etc.)
Same applies to .rc files.
Yes, in a project initially built by VS the standard layout is very
different.
I'm refering to our project structure though, adding the files as
apparaently seperate units would go against our file layout and require
us to change all our modules, including Wine stuff.