winebuild: Fixed index in module table for delayed imports.
[wine.git] / dlls / msvcrt / Makefile.in
blobdd153be952e3f222ad50fc572fe1f44973a46edf
1 EXTRADEFS = -D_MT
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = msvcrt.dll
7 IMPORTLIB = libmsvcrt.$(IMPLIBEXT)
8 IMPORTS = kernel32 ntdll
9 DELAYIMPORTS = user32
10 EXTRALIBS = $(LIBUNICODE)
12 C_SRCS = \
13 console.c \
14 cpp.c \
15 cppexcept.c \
16 ctype.c \
17 data.c \
18 dir.c \
19 environ.c \
20 errno.c \
21 except.c \
22 exit.c \
23 file.c \
24 heap.c \
25 locale.c \
26 lock.c \
27 main.c \
28 math.c \
29 mbcs.c \
30 misc.c \
31 process.c \
32 scanf.c \
33 string.c \
34 thread.c \
35 time.c \
36 undname.c \
37 wcs.c
39 RC_SRCS = \
40 rsrc.rc
42 SUBDIRS = tests
44 @MAKE_DLL_RULES@
46 ### Dependencies: