makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dinput8 / Makefile.in
1 MODULE    = dinput8.dll
2 IMPORTLIB = dinput8
3 IMPORTS   = uuid dxguid dinput ole32 advapi32
4
5 C_SRCS = \
6         dinput8_main.c \
7         regsvr.c
8
9 RC_SRCS = version.rc
10
11 @MAKE_DLL_RULES@