21 lines
407 B
Makefile
21 lines
407 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dxdiagn.dll
|
|
IMPORTS = strmiids dxguid uuid ddraw version ole32 oleaut32 user32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
container.c \
|
|
dxdiag_main.c \
|
|
provider.c \
|
|
regsvr.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
IDL_H_SRCS = fil_data.idl
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|