projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Don't crash if DeviceCapabilities(DC_PAPERNAMES) fails.
[wine]
/
dlls
/
setupapi
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = setupapi
6
SOVERSION = 1.0
7
ALTNAMES = setupx
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
devinst.c \
14
infparse.c \
15
setupx_main.c \
16
stubs.c \
17
virtcopy.c
18
19
GLUE = \
20
virtcopy.c
21
22
RC_SRCS= \
23
setupapi.rc
24
25
@MAKE_DLL_RULES@
26
27
### Dependencies: