28 lines
402 B
Makefile
28 lines
402 B
Makefile
TESTDLL = ntdll.dll
|
|
IMPORTS = user32
|
|
EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS
|
|
|
|
C_SRCS = \
|
|
atom.c \
|
|
change.c \
|
|
directory.c \
|
|
env.c \
|
|
error.c \
|
|
exception.c \
|
|
file.c \
|
|
generated.c \
|
|
info.c \
|
|
large_int.c \
|
|
om.c \
|
|
path.c \
|
|
pipe.c \
|
|
port.c \
|
|
reg.c \
|
|
rtl.c \
|
|
rtlbitmap.c \
|
|
rtlstr.c \
|
|
string.c \
|
|
time.c
|
|
|
|
@MAKE_TEST_RULES@
|