projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Ref count the xmlDocPtr.
[wine]
/
dlls
/
devenum
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = devenum.dll
6
IMPORTS = ole32 oleaut32 avicap32 winmm user32 advapi32 kernel32
7
EXTRALIBS = -lstrmiids -luuid $(LIBUNICODE)
8
9
C_SRCS = \
10
createdevenum.c \
11
devenum_main.c \
12
factory.c \
13
mediacatenum.c \
14
parsedisplayname.c
15
16
RC_SRCS = devenum.rc
17
18
@MAKE_DLL_RULES@
19
20
### Dependencies: