repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
winecrt0: Add missing WINAPI on driver entry point.
[wine/multimedia.git]
/
dlls
/
setupapi
/
Makefile.in
blob
314500350e5307257412bb61ce655d6a1d59a8a8
1
EXTRADEFS
= -
D_SETUPAPI_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
setupapi.dll
7
IMPORTLIB
=
setupapi
8
IMPORTS
=
uuid user32 version advapi32 rpcrt4 kernel32 ntdll
9
DELAYIMPORTS
=
shell32
10
11
C_SRCS
=
\
12
devinst.c \
13
dirid.c \
14
diskspace.c \
15
fakedll.c \
16
install
.c \
17
misc.c \
18
parser.c \
19
query.c \
20
queue.c \
21
setupcab.c \
22
stringtable.c \
23
stubs.c
24
25
C_SRCS16
=
\
26
devinst16.c \
27
infparse.c \
28
setupx_main.c \
29
virtcopy.c
30
31
SPEC_SRCS16
=
setupx.spec
32
33
RC_SRCS
=
setupapi.rc
34
35
@MAKE_DLL_RULES@
36
37
@DEPENDENCIES@
# everything below this line is overwritten by make depend