mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
11 lines
147 B
Makefile
11 lines
147 B
Makefile
TESTDLL = d3dcompiler_43.dll
|
|
IMPORTS = d3dcompiler d3d9 d3dx9 user32
|
|
|
|
C_SRCS = \
|
|
asm.c \
|
|
blob.c \
|
|
hlsl.c \
|
|
reflection.c
|
|
|
|
@MAKE_TEST_RULES@
|