wine/dlls/ddraw/Makefile.in
Henri Verbeet 015ad93d47 ddraw: Just pass NULL as swapchain parent.
The swapchain was the last place using IParent, so this allows us to kill
IParent completely.
2011-03-08 12:28:20 +01:00

24 lines
335 B
Makefile

MODULE = ddraw.dll
IMPORTLIB = ddraw
IMPORTS = dxguid uuid wined3d user32 gdi32 advapi32
C_SRCS = \
clipper.c \
ddraw.c \
device.c \
executebuffer.c \
light.c \
main.c \
material.c \
palette.c \
surface.c \
utils.c \
vertexbuffer.c \
viewport.c
IDL_R_SRCS = ddraw_classes.idl
RC_SRCS = version.rc
@MAKE_DLL_RULES@