mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
12 lines
210 B
Makefile
12 lines
210 B
Makefile
MODULE = atl.dll
|
|
IMPORTLIB = atl
|
|
IMPORTS = uuid oleaut32 ole32 user32 gdi32 advapi32
|
|
EXTRADEFS = -D_ATL_VER=_ATL_VER_30
|
|
|
|
C_SRCS = \
|
|
atl.c \
|
|
atl30.c \
|
|
atl_ax.c \
|
|
registrar.c
|
|
|
|
IDL_SRCS = atl_classes.idl
|