wine/dlls/ddraw/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

22 lines
315 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_SRCS = ddraw_classes.idl
RC_SRCS = version.rc