wine/dlls/d3dx10_43/Makefile.in
Connor McAdams 8e39147ab4 d3dx10: Use shared d3dx code in get_image_info when possible.
This currently only supports non-DXT10 DDS files.

Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2025-08-01 21:00:45 +09:00

18 lines
331 B
Makefile

MODULE = d3dx10_43.dll
IMPORTLIB = d3dx10
IMPORTS = d3d10_1 d3dcompiler dxguid uuid gdi32 ole32 user32
PARENTSRC = ../d3dx9_36
DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
SOURCES = \
async.c \
compiler.c \
d3dx10_43_main.c \
d3dx_helpers.c \
font.c \
mesh.c \
sprite.c \
texture.c \
version.rc