d3d9/tests: Allow D3DFMT_A2R10G10B10 as supported adapter mode.
[wine] / dlls / d3dxof / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = d3dxof.dll
6 IMPORTLIB = d3dxof
7 IMPORTS   = dxguid uuid ole32 advapi32 kernel32
8
9 C_SRCS = \
10         d3dxof.c \
11         main.c \
12         mszip.c \
13         parsing.c \
14         regsvr.c
15
16 RC_SRCS = version.rc
17
18 @MAKE_DLL_RULES@