Updated trace to support VERSIONED_PRINTER.
[wine.git] / dlls / atl / Makefile.in
blob62e0a8f37638cd1c0f10943416bf988bdcbedea2
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = atl.dll
6 IMPORTLIB = libatl.$(IMPLIBEXT)
7 IMPORTS = ole32 shlwapi user32 advapi32 kernel32
8 EXTRALIBS = $(LIBUNICODE) -luuid
10 C_SRCS = \
11 atl_main.c \
12 registrar.c
14 RC_SRCS = rsrc.rc
16 IDL_SRCS = \
17 atliface.idl
19 @MAKE_DLL_RULES@
21 rsrc.res: atl.rgs
23 ### Dependencies:
25 # note: this will get overwritten by make depend
26 $(ALL_OBJS): $(IDL_SRCS:.idl=.h)