MSVC project files usually in addition to the .c files also contains the relevent .h files so these can be easily opened with just clicking. The msvcmaker script uses C_SRCS to find the .c files. However the .h files are not easily available. While I can of course scan the DLL directories for .h files and include them, perhaps it would be to have a H_SRCS variable in the Makefile.in files instead. One of the advantage of this is that you theoretical could have relevent .h files that are outside of the DLL directories. Perhaps files such as include/winuser.h should be included for USER32 for example? Anyway what do you think about adding H_SRCS to every Makefile.in file? PS. If you apply this patch I will send patches to the other Makefile.in files as well... ---8<--- *** h_srcs * dlls/advapi32/Makefile.in: Added H_SRCS containing the DLL specific header files (used by msvcmaker).
Attachment:
h_srcs.diff
Description: Binary data