projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added rules to build import libraries in the individual dll makefiles.
[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
EXTRALIBS = $(LIBUNICODE)
8
9
SPEC_SRCS16 = wprocs.spec
10
11
C_SRCS = \
12
devices.c \
13
dma.c \
14
dosaspi.c \
15
dosconf.c \
16
dosvm.c \
17
fpu.c \
18
himem.c \
19
int09.c \
20
int10.c \
21
int11.c \
22
int12.c \
23
int13.c \
24
int15.c \
25
int16.c \
26
int17.c \
27
int19.c \
28
int1a.c \
29
int20.c \
30
int21.c \
31
int25.c \
32
int26.c \
33
int29.c \
34
int2a.c \
35
int2f.c \
36
int31.c \
37
int33.c \
38
int41.c \
39
int4b.c \
40
int5c.c \
41
int67.c \
42
interrupts.c \
43
ioports.c \
44
module.c \
45
ppdev.c \
46
relay.c \
47
soundblaster.c \
48
timer.c \
49
vga.c \
50
vxd.c \
51
xms.c
52
53
@MAKE_DLL_RULES@
54
55
### Dependencies: