projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Simplify parsing of select query.
[wine]
/
dlls
/
dxdiagn
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dxdiagn.dll
6
IMPORTLIB = libdxdiagn.$(IMPLIBEXT)
7
IMPORTS = ole32 oleaut32 user32 advapi32 kernel32
8
EXTRALIBS = -ldxguid -luuid
9
10
C_SRCS = \
11
container.c \
12
dxdiag_main.c \
13
provider.c \
14
regsvr.c
15
16
RC_SRCS = version.rc
17
18
@MAKE_DLL_RULES@
19
20
### Dependencies: