wine/dlls/atl/Makefile.in
Alexandre Julliard aeab4af7dd atl: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-27 15:51:13 +02:00

17 lines
265 B
Makefile

MODULE = atl.dll
IMPORTLIB = atl
IMPORTS = uuid oleaut32 ole32 user32 gdi32 advapi32 shlwapi
EXTRADEFS = -D_ATL_VER=_ATL_VER_30
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
atl.c \
atl30.c \
atl_ax.c \
registrar.c
IDL_SRCS = \
atl_classes.idl \
atl_lib.idl