projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed some bugs in MCI string parsing.
[wine]
/
dlls
/
winedos
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winedos.dll
6
IMPORTLIB = libwinedos.$(IMPLIBEXT)
7
IMPORTS = user32 advapi32 kernel32 ntdll
8
EXTRALIBS = $(LIBUNICODE)
9
10
SPEC_SRCS16 = wprocs.spec
11
12
C_SRCS = \
13
devices.c \
14
dma.c \
15
dosaspi.c \
16
dosconf.c \
17
dosmem.c \
18
dosvm.c \
19
fpu.c \
20
himem.c \
21
int09.c \
22
int10.c \
23
int11.c \
24
int12.c \
25
int13.c \
26
int15.c \
27
int16.c \
28
int17.c \
29
int19.c \
30
int1a.c \
31
int20.c \
32
int21.c \
33
int25.c \
34
int26.c \
35
int29.c \
36
int2a.c \
37
int2f.c \
38
int31.c \
39
int33.c \
40
int41.c \
41
int4b.c \
42
int5c.c \
43
int67.c \
44
interrupts.c \
45
ioports.c \
46
module.c \
47
ppdev.c \
48
relay.c \
49
soundblaster.c \
50
timer.c \
51
vga.c \
52
vxd.c \
53
xms.c
54
55
@MAKE_DLL_RULES@
56
57
### Dependencies: