wininet: Include the Proxy-Connection header in the keep-alive check.
[wine] / dlls / d3drm / Makefile.in
1 MODULE    = d3drm.dll
2 IMPORTLIB = d3drm
3 IMPORTS   = dxguid uuid d3dxof
4
5 C_SRCS = \
6         d3drm.c \
7         d3drm_main.c \
8         device.c \
9         frame.c \
10         light.c \
11         material.c \
12         math.c \
13         meshbuilder.c \
14         texture.c \
15         viewport.c
16
17 RC_SRCS = version.rc
18
19 @MAKE_DLL_RULES@