Sweden-Number/dlls/atl/Makefile.in

20 lines
305 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = atl.dll
2005-03-14 11:51:27 +01:00
IMPORTS = ole32 shlwapi user32 advapi32 kernel32
EXTRALIBS = $(LIBUNICODE) -luuid
C_SRCS = \
atl_main.c \
2005-03-14 11:51:27 +01:00
registrar.c \
regsvr.c
2005-03-14 11:51:27 +01:00
IDL_SRCS = \
atliface.idl
@MAKE_DLL_RULES@
### Dependencies: