ddraw: Added a todo_wine test for SetCooperativeLevel.
[wine] / dlls / xinput1_3 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = xinput1_3.dll
6 IMPORTLIB = xinput
7
8 C_SRCS = \
9         xinput1_3_main.c
10
11 RC_SRCS = version.rc
12
13 @MAKE_DLL_RULES@