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