gdi32: Fix the sign of the vertical text position in ExtTextOutW.
[wine/multimedia.git] / dlls / dinput8 / Makefile.in
blob18ff6b295882d3cb6407c534c9e7b534b35bacdb
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dinput8.dll
6 IMPORTLIB = dinput8
7 IMPORTS = uuid dxguid dinput ole32 advapi32 kernel32
9 C_SRCS = \
10 dinput8_main.c \
11 regsvr.c
13 RC_SRCS = version.rc
15 @MAKE_DLL_RULES@