Sweden-Number/dlls/atl/Makefile.in

27 lines
446 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = atl.dll
IMPORTLIB = libatl.$(IMPLIBEXT)
2005-03-14 11:51:27 +01:00
IMPORTS = ole32 shlwapi user32 advapi32 kernel32
EXTRALIBS = $(LIBUNICODE) -luuid
C_SRCS = \
atl_main.c \
2005-03-16 20:53:41 +01:00
registrar.c
RC_SRCS = rsrc.rc
2005-03-14 11:51:27 +01:00
IDL_SRCS = \
atliface.idl
@MAKE_DLL_RULES@
2005-03-17 14:57:44 +01:00
rsrc.res: atl.rgs
### Dependencies:
2005-03-17 14:57:44 +01:00
# note: this will get overwritten by make depend
$(ALL_OBJS): $(IDL_SRCS:.idl=.h)