wine/dlls/ddraw/Makefile.in
Henri Verbeet 6fb9ee0ee7 ddraw: Merge the ddraw thunks into ddraw.c.
Note how both ddraw 1 and ddraw 7 used the same IDirectDrawImpl_XXX naming
convention.
2010-07-20 13:13:04 +02:00

31 lines
483 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ddraw.dll
IMPORTLIB = ddraw
IMPORTS = dxguid uuid ole32 user32 gdi32 advapi32 kernel32 ntdll
C_SRCS = \
clipper.c \
ddraw.c \
device.c \
direct3d.c \
executebuffer.c \
gamma.c \
light.c \
main.c \
material.c \
palette.c \
parent.c \
regsvr.c \
surface.c \
surface_thunks.c \
texture.c \
utils.c \
vertexbuffer.c \
viewport.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@