TOPSRCDIR = @top_srcdir@ | |
TOPOBJDIR = ../.. | |
SRCDIR = @srcdir@ | |
VPATH = @srcdir@ | |
MODULE = kernel32 | |
SOVERSION = 1.0 | |
ALTNAMES = comm kernel system toolhelp windebug win87em wprocs | |
C_SRCS = \ | |
kernel_main.c \ | |
win87em.c \ | |
windebug.c | |
RC_SRCS = \ | |
locale_rc.rc | |
@MAKE_DLL_RULES@ | |
### Dependencies: |