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