projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implement A->W call for GetNamedSecurityInfo.
[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 version advapi32 kernel32 ntdll
8
DELAYIMPORTS = shell32
9
ALTNAMES = setupx.dll
10
EXTRALIBS = $(LIBUNICODE)
11
12
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
13
14
C_SRCS = \
15
devinst.c \
16
dirid.c \
17
diskspace.c \
18
install.c \
19
parser.c \
20
queue.c \
21
setupcab.c \
22
stubs.c
23
24
C_SRCS16 = \
25
devinst16.c \
26
infparse.c \
27
setupx_main.c \
28
virtcopy.c
29
30
RC_SRCS= setupapi.rc
31
32
@MAKE_DLL_RULES@
33
34
### Dependencies: