mirror of
https://github.com/reactos/wine.git
synced 2025-03-02 09:47:59 +00:00
13 lines
187 B
Makefile
13 lines
187 B
Makefile
MODULE = atl.dll
|
|
IMPORTLIB = atl
|
|
IMPORTS = uuid atl100 ole32 oleaut32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
atl_ax.c \
|
|
atl_main.c \
|
|
registrar.c
|
|
|
|
IDL_R_SRCS = atl_classes.idl
|
|
|
|
@MAKE_DLL_RULES@
|