Made the dll entry point default to DllMain and removed most of the
[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 ntdll
7 ALTNAMES  = winedos16.dll
8 EXTRALIBS = $(LIBUNICODE)
9
10 LDDLLFLAGS = @LDDLLFLAGS@
11 SYMBOLFILE = $(MODULE).tmp.o
12
13 C_SRCS = \
14         devices.c \
15         dma.c \
16         dosaspi.c \
17         dosvm.c \
18         int09.c \
19         int10.c \
20         int16.c \
21         int17.c \
22         int19.c \
23         int20.c \
24         int21.c \
25         int29.c \
26         int31.c \
27         int33.c \
28         int67.c \
29         interrupts.c \
30         ioports.c \
31         module.c \
32         soundblaster.c \
33         vga.c \
34         xms.c
35
36 @MAKE_DLL_RULES@
37
38 ### Dependencies: