mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 13:26:00 +00:00
14 lines
225 B
Makefile
14 lines
225 B
Makefile
MODULE = atl80.dll
|
|
IMPORTLIB = atl80
|
|
IMPORTS = oleaut32 user32 ole32 gdi32 advapi32 uuid
|
|
EXTRADEFS = -D_ATL_VER=_ATL_VER_80
|
|
PARENTSRC = ../atl
|
|
|
|
C_SRCS = \
|
|
atl.c \
|
|
atl80.c \
|
|
atl_ax.c \
|
|
registrar.c
|
|
|
|
RC_SRCS = atl80.rc
|