server: Use the helper to reset the clip rect when the desktop size changes.
[wine.git] / dlls / msvcrt / Makefile.in
blobad42e217d5603bae9b636646a73388434cd35219
1 EXTRADEFS = -D_CRTIMP=
2 MODULE = msvcrt.dll
3 IMPORTLIB = msvcrt
4 IMPORTS = $(MUSL_PE_LIBS) ntdll
5 DELAYIMPORTS = advapi32 user32
7 C_SRCS = \
8 concurrency.c \
9 console.c \
10 cpp.c \
11 crt_gccmain.c \
12 crt_main.c \
13 crt_winmain.c \
14 crt_wmain.c \
15 crt_wwinmain.c \
16 ctype.c \
17 data.c \
18 dir.c \
19 environ.c \
20 errno.c \
21 except.c \
22 except_arm.c \
23 except_arm64.c \
24 except_i386.c \
25 except_x86_64.c \
26 exception_ptr.c \
27 exit.c \
28 file.c \
29 handler4.c \
30 heap.c \
31 iob.c \
32 locale.c \
33 lock.c \
34 main.c \
35 math.c \
36 mathf.c \
37 mbcs.c \
38 misc.c \
39 onexit.c \
40 process.c \
41 scanf.c \
42 sincos.c \
43 string.c \
44 thread.c \
45 time.c \
46 undname.c \
47 wcs.c
49 RC_SRCS = \
50 rsrc.rc