mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
16 lines
251 B
Makefile
16 lines
251 B
Makefile
MODULE = dxdiagn.dll
|
|
IMPORTS = strmiids dxguid uuid ddraw version ole32 oleaut32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
container.c \
|
|
dxdiag_main.c \
|
|
provider.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
IDL_H_SRCS = fil_data.idl
|
|
|
|
IDL_R_SRCS = dxdiagn.idl
|
|
|
|
@MAKE_DLL_RULES@
|