projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implemented CoReleaseMarshalData.
[wine]
/
dlls
/
winedos
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winedos.dll
6
IMPORTS = user32 advapi32 kernel32 ntdll
7
ALTNAMES = wprocs.dll
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
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
ppdev.c \
47
relay.c \
48
soundblaster.c \
49
timer.c \
50
vga.c \
51
vxd.c \
52
xms.c
53
54
@MAKE_DLL_RULES@
55
56
### Dependencies: