msvcr120: Add [_]strtoimax[_l] and [_]strtoumax[_l].
[wine.git] / server / Makefile.in
blobe90c5d1336cc941cbc417bf37305a0a6659d2588
1 PROGRAMS = wineserver
3 C_SRCS = \
4 async.c \
5 atom.c \
6 change.c \
7 class.c \
8 clipboard.c \
9 completion.c \
10 console.c \
11 debugger.c \
12 device.c \
13 directory.c \
14 event.c \
15 fd.c \
16 file.c \
17 handle.c \
18 hook.c \
19 mach.c \
20 mailslot.c \
21 main.c \
22 mapping.c \
23 mutex.c \
24 named_pipe.c \
25 object.c \
26 process.c \
27 procfs.c \
28 ptrace.c \
29 queue.c \
30 region.c \
31 registry.c \
32 request.c \
33 semaphore.c \
34 serial.c \
35 signal.c \
36 sock.c \
37 symlink.c \
38 thread.c \
39 timer.c \
40 token.c \
41 trace.c \
42 unicode.c \
43 user.c \
44 window.c \
45 winstation.c
47 MANPAGES = \
48 wineserver.de.UTF-8.man.in \
49 wineserver.fr.UTF-8.man.in \
50 wineserver.man.in
52 EXTRALIBS = $(LDEXECFLAGS) $(POLL_LIBS) $(RT_LIBS) $(INOTIFY_LIBS)