mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
16 lines
208 B
Makefile
16 lines
208 B
Makefile
MODULE = atl.dll
|
|
IMPORTLIB = atl
|
|
IMPORTS = uuid ole32 oleaut32 user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
atl_ax.c \
|
|
atl_main.c \
|
|
registrar.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
IDL_H_SRCS = \
|
|
atliface.idl
|
|
|
|
@MAKE_DLL_RULES@
|