TOPSRCDIR = @top_srcdir@ | |
TOPOBJDIR = ../.. | |
SRCDIR = @srcdir@ | |
VPATH = @srcdir@ | |
MODULE = kernel32 | |
SOVERSION = 1.0 | |
ALTNAMES = comm kernel system toolhelp windebug win87em wprocs | |
C_SRCS = \ | |
format_msg.c \ | |
kernel_main.c \ | |
thunk.c \ | |
utthunk.c \ | |
win87em.c \ | |
windebug.c \ | |
wowthunk.c | |
RC_SRCS = \ | |
kernel.rc | |
MC_SRCS = \ | |
messages/winerr_enu.mc | |
@MAKE_DLL_RULES@ | |
depend: $(MC_SRCS:.mc=.rc) | |
### Dependencies: |