wineboot: Update Portuguese (Brazilian) translation.
[wine/multimedia.git] / dlls / atl / Makefile.in
blob17ca048dcd81588b47688413a5909850fb8e2d18
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = atl.dll
6 IMPORTLIB = atl
7 IMPORTS = uuid ole32 oleaut32 user32 gdi32 advapi32 kernel32
9 C_SRCS = \
10 atl_ax.c \
11 atl_main.c \
12 registrar.c
14 RC_SRCS = rsrc.rc
16 IDL_H_SRCS = \
17 atliface.idl
19 @MAKE_DLL_RULES@