Sweden-Number/dlls/atl/Makefile.in

25 lines
435 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = atl.dll
IMPORTLIB = libatl.$(IMPLIBEXT)
IMPORTS = ole32 oleaut32 shlwapi user32 gdi32 advapi32 kernel32
EXTRALIBS = -luuid
C_SRCS = \
atl_ax.c \
atl_main.c \
2005-03-16 20:53:41 +01:00
registrar.c
RC_SRCS = rsrc.rc
IDL_H_SRCS = \
2005-03-14 11:51:27 +01:00
atliface.idl
@MAKE_DLL_RULES@
2005-03-17 14:57:44 +01:00
rsrc.res: atl.rgs
@DEPENDENCIES@ # everything below this line is overwritten by make depend