projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Create at most one glue file for a single dll.
[wine]
/
dlls
/
setupapi
/
Makefile.in
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: