comdlg32: Mark internal symbols as hidden visibility.
[wine] / dlls / d3dcompiler_43 / Makefile.in
1 MODULE    = d3dcompiler_43.dll
2 IMPORTLIB = d3dcompiler
3 IMPORTS   = dxguid uuid
4 EXTRALIBS = $(LIBWPP)
5
6 C_SRCS = \
7         asmparser.c \
8         blob.c \
9         bytecodewriter.c \
10         compiler.c \
11         d3dcompiler_43_main.c \
12         reflection.c \
13         utils.c
14
15 LEX_SRCS = asmshader.l
16 BISON_SRCS = asmshader.y
17
18 RC_SRCS = version.rc
19
20 @MAKE_DLL_RULES@