mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
11 lines
196 B
Makefile
11 lines
196 B
Makefile
MODULE = atl100.dll
|
|
IMPORTLIB = atl100
|
|
IMPORTS = uuid ole32 oleaut32 user32 gdi32 advapi32
|
|
EXTRADEFS = -D_ATL_VER=_ATL_VER_100
|
|
|
|
C_SRCS = \
|
|
atl.c \
|
|
atl_ax.c \
|
|
registrar.c
|
|
|
|
@MAKE_DLL_RULES@
|