offsets array is the size of the wine data format so there is no need
[wine.git] / dlls / msvcrt / Makefile.in
blob1a350da263fe666259b75db031c9ec0371098145
1 EXTRADEFS = -D_MT
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = msvcrt.dll
7 IMPORTS = kernel32 ntdll
8 DELAYIMPORTS = user32
9 EXTRALIBS = $(LIBUNICODE)
11 C_SRCS = \
12 console.c \
13 cpp.c \
14 cppexcept.c \
15 ctype.c \
16 data.c \
17 dir.c \
18 environ.c \
19 errno.c \
20 except.c \
21 exit.c \
22 file.c \
23 heap.c \
24 locale.c \
25 lock.c \
26 main.c \
27 math.c \
28 mbcs.c \
29 misc.c \
30 process.c \
31 scanf.c \
32 string.c \
33 thread.c \
34 time.c \
35 wcs.c
37 SUBDIRS = tests
39 @MAKE_DLL_RULES@
41 ### Dependencies: