mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
4aea40a869
- IDxDiagContainerImpl implementation - IDxDiagProvider::GetRootContainer (that creates the root container)
19 lines
307 B
Makefile
19 lines
307 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dxdiagn.dll
|
|
IMPORTS = ole32 user32 advapi32 kernel32
|
|
EXTRALIBS = -ldxguid -luuid
|
|
|
|
C_SRCS = \
|
|
container.c \
|
|
dxdiag_main.c \
|
|
provider.c \
|
|
regsvr.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|