Fixed the list of accepted types passed to HttpOpenRequestA.
[wine/dcerpc.git] / dlls / winedos / Makefile.in
blob5bf82a859faaae8347aad315675596228607027c
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winedos.dll
6 IMPORTS = user32 advapi32 kernel32 ntdll
7 ALTNAMES = winedos16.dll
8 EXTRALIBS = $(LIBUNICODE)
10 LDDLLFLAGS = @LDDLLFLAGS@
11 SYMBOLFILE = $(MODULE).tmp.o
13 C_SRCS = \
14 devices.c \
15 dma.c \
16 dosaspi.c \
17 dosvm.c \
18 fpu.c \
19 himem.c \
20 int09.c \
21 int10.c \
22 int11.c \
23 int12.c \
24 int13.c \
25 int15.c \
26 int16.c \
27 int17.c \
28 int19.c \
29 int1a.c \
30 int20.c \
31 int21.c \
32 int25.c \
33 int26.c \
34 int29.c \
35 int2a.c \
36 int2f.c \
37 int31.c \
38 int33.c \
39 int41.c \
40 int4b.c \
41 int5c.c \
42 int67.c \
43 interrupts.c \
44 ioports.c \
45 module.c \
46 soundblaster.c \
47 vga.c \
48 xms.c
50 @MAKE_DLL_RULES@
52 ### Dependencies: