wined3d: Use SetDisplayMode to set the display mode.
[wine] / dlls / wintab32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = wintab32.dll
6 IMPORTLIB = libwintab32.$(IMPLIBEXT)
7 IMPORTS   = user32 kernel32
8
9 C_SRCS = \
10         context.c \
11         manager.c \
12         wintab32.c
13
14 C_SRCS16 = \
15         wintab16.c
16
17 SPEC_SRCS16 = wintab.spec
18
19 @MAKE_DLL_RULES@
20
21 @DEPENDENCIES@  # everything below this line is overwritten by make depend