Update the MSI version to be the same as on win2k.
[wine] / dlls / msvcrt / Makefile.in
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)
10
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
36
37 SUBDIRS = tests
38
39 @MAKE_DLL_RULES@
40
41 ### Dependencies: