Added H_SRCS (used by msvcmaker)

Patrik Stridvall ps at leissner.se
Thu Aug 29 14:01:45 CDT 2002


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).

-------------- next part --------------
A non-text attachment was scrubbed...
Name: h_srcs.diff
Type: application/octet-stream
Size: 451 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20020829/d14fb70c/h_srcs.obj


More information about the wine-patches mailing list