d3dx9/tests: Add tests for constant tables with default values.
[wine] / dlls / dwrite / Makefile.in
1 MODULE    = dwrite.dll
2 IMPORTLIB = dwrite
3 IMPORTS   = gdi32
4
5 C_SRCS = \
6         font.c \
7         gdiinterop.c \
8         main.c
9
10 @MAKE_DLL_RULES@