Sweden-Number/dlls/atl/Makefile.in

15 lines
236 B
Makefile
Raw Normal View History

MODULE = atl.dll
IMPORTLIB = atl
IMPORTS = uuid oleaut32 ole32 user32 gdi32 advapi32 shlwapi
EXTRADEFS = -D_ATL_VER=_ATL_VER_30
2014-02-13 19:02:48 +01:00
C_SRCS = \
atl.c \
2014-02-14 10:43:40 +01:00
atl30.c \
2014-02-13 19:02:48 +01:00
atl_ax.c \
registrar.c
2005-03-16 20:53:41 +01:00
2014-09-01 13:45:06 +02:00
IDL_SRCS = \
atl_classes.idl \
atl_lib.idl