dplayx: Code to forward player creation
[wine/gsoc_dplay.git] / dlls / msvcrt / Makefile.in
blob7c2b25ee541d419e33c807069c5068551c540167
1 EXTRADEFS = -D_MT
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = msvcrt.dll
7 IMPORTLIB = msvcrt
8 IMPORTS = kernel32 ntdll
9 DELAYIMPORTS = user32
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 undname.c \
36 wcs.c
38 RC_SRCS = \
39 rsrc.rc
41 @MAKE_DLL_RULES@
43 @DEPENDENCIES@ # everything below this line is overwritten by make depend