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