makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dxdiagn / Makefile.in
1 MODULE    = dxdiagn.dll
2 IMPORTS   = strmiids dxguid uuid ddraw version ole32 oleaut32 user32 advapi32
3
4 C_SRCS = \
5         container.c \
6         dxdiag_main.c \
7         provider.c \
8         regsvr.c
9
10 RC_SRCS = version.rc
11
12 IDL_H_SRCS = fil_data.idl
13
14 @MAKE_DLL_RULES@