Added include protection for unistd.h and sys/time.h.
[wine] / dlls / winedos / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winedos.dll
6 IMPORTS   = user32 kernel32
7 LDIMPORTS = user32.dll kernel32.dll
8
9 C_SRCS = \
10         devices.c \
11         dma.c \
12         dosaspi.c \
13         dosvm.c \
14         int09.c \
15         int10.c \
16         int16.c \
17         int17.c \
18         int19.c \
19         int20.c \
20         int21.c \
21         int29.c \
22         int31.c \
23         int33.c \
24         int67.c \
25         ioports.c \
26         module.c \
27         soundblaster.c \
28         vga.c \
29         xms.c
30
31 @MAKE_DLL_RULES@
32
33 ### Dependencies: