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
Release 20030408.
[wine/gsoc-2012-control.git]
/
dlls
/
setupapi
/
Makefile.in
blob
7b32feba82b6748324eeb1a87bb1b582423bdc27
1
EXTRADEFS
= -
D_SETUPAPI_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
setupapi.dll
7
IMPORTS
=
user32 advapi32 kernel32 ntdll
8
ALTNAMES
=
setupx.dll
9
EXTRALIBS
= $(
LIBUNICODE
)
10
11
LDDLLFLAGS
=
@LDDLLFLAGS@
12
SYMBOLFILE
= $(
MODULE
)
.tmp.o
13
14
SPEC_SRCS16
= $(
ALTNAMES
:
.dll
=
.spec
)
15
16
C_SRCS
=
\
17
devinst.c \
18
dirid.c \
19
infparse.c \
20
install
.c \
21
parser.c \
22
queue.c \
23
setupx_main.c \
24
stubs.c \
25
virtcopy.c
26
27
RC_SRCS
=
setupapi.rc
28
29
@MAKE_DLL_RULES@
30
31
### Dependencies: