repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added YUV routines needed for v4l driver, and in the future possibly
[wine/gsoc-2012-control.git]
/
dlls
/
setupapi
/
Makefile.in
blob
676c3ce9a8ceb63b0135790d9f27cf39b46beb4f
1
EXTRADEFS
= -
D_SETUPAPI_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
setupapi.dll
7
IMPORTLIB
=
libsetupapi.
$(
IMPLIBEXT
)
8
IMPORTS
=
user32 version advapi32 rpcrt4 kernel32 ntdll
9
DELAYIMPORTS
=
shell32
10
EXTRALIBS
= $(
LIBUNICODE
)
11
12
C_SRCS
=
\
13
devinst.c \
14
dirid.c \
15
diskspace.c \
16
install
.c \
17
misc.c \
18
parser.c \
19
queue.c \
20
setupcab.c \
21
stubs.c
22
23
C_SRCS16
=
\
24
devinst16.c \
25
infparse.c \
26
setupx_main.c \
27
virtcopy.c
28
29
SPEC_SRCS16
=
setupx.spec
30
31
RC_SRCS
=
setupapi.rc
32
33
@MAKE_DLL_RULES@
34
35
### Dependencies: