tests: Compile the tests by default with -D__WINESRC__.
[wine/multimedia.git] / dlls / ntdll / tests / Makefile.in
blob88488ee8482e49b0f0811fe57c06e9079180202b
1 TESTDLL = ntdll.dll
2 IMPORTS = user32
3 EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS
5 C_SRCS = \
6 atom.c \
7 change.c \
8 directory.c \
9 env.c \
10 error.c \
11 exception.c \
12 file.c \
13 generated.c \
14 info.c \
15 large_int.c \
16 om.c \
17 path.c \
18 pipe.c \
19 port.c \
20 reg.c \
21 rtl.c \
22 rtlbitmap.c \
23 rtlstr.c \
24 string.c \
25 time.c
27 @MAKE_TEST_RULES@