wined3d: Fix the d3dfmt_p8_init_palette() prototype.
[wine] / dlls / atl / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = atl.dll
6 IMPORTLIB = libatl.$(IMPLIBEXT)
7 IMPORTS   = ole32 oleaut32 user32 gdi32 advapi32 kernel32
8 EXTRALIBS = -luuid
9
10 C_SRCS = \
11         atl_ax.c \
12         atl_main.c \
13         registrar.c
14
15 RC_SRCS = rsrc.rc
16
17 IDL_H_SRCS = \
18         atliface.idl
19
20 @MAKE_DLL_RULES@
21
22 @DEPENDENCIES@  # everything below this line is overwritten by make depend