repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved mode setting out of .spec file into Makefile.
[wine/gsoc_dplay.git]
/
dlls
/
setupapi
/
Makefile.in
blob
ba4af67bfd55dd38ec8664b774a85b7c210aa6ae
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
C_SRCS
=
\
15
devinst.c \
16
dirid.c \
17
infparse.c \
18
install
.c \
19
parser.c \
20
queue.c \
21
setupx_main.c \
22
stubs.c \
23
virtcopy.c
24
25
RC_SRCS
=
setupapi.rc
26
27
EXTRA_OBJS
= $(
MODULE
)
.glue.o
28
29
@MAKE_DLL_RULES@
30
31
### Dependencies: