Make direct console input routines go through int16, rather than
[wine/testsucceed.git] / dlls / ntdll / Makefile.in
blob5e91d270c01c237743066fd446ad1fc32b178266
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = ntdll
8 SPEC_SRCS = ntdll.spec
10 C_SRCS = \
11 exception.c \
12 error.c \
13 file.c \
14 misc.c \
15 nt.c \
16 om.c \
17 reg.c \
18 rtl.c \
19 rtlstr.c \
20 string.c \
21 sec.c \
22 signal_i386.c \
23 signal_sparc.c \
24 sync.c \
25 time.c \
26 wcstring.c
28 all: $(MODULE).o
30 @MAKE_RULES@
32 ### Dependencies: