mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
f0cd33c69e
Add -DWINE_NO_LONG_TYPES to modules that still have compilation warnings with long types. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
20 lines
302 B
Makefile
20 lines
302 B
Makefile
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
|
MODULE = d3d9.dll
|
|
IMPORTLIB = d3d9
|
|
IMPORTS = dxguid uuid wined3d
|
|
|
|
C_SRCS = \
|
|
buffer.c \
|
|
d3d9_main.c \
|
|
device.c \
|
|
directx.c \
|
|
query.c \
|
|
shader.c \
|
|
stateblock.c \
|
|
surface.c \
|
|
swapchain.c \
|
|
texture.c \
|
|
vertexdeclaration.c \
|
|
volume.c
|
|
|
|
RC_SRCS = version.rc
|