mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
11 lines
192 B
Makefile
11 lines
192 B
Makefile
MODULE = atl.dll
|
|
IMPORTLIB = atl
|
|
IMPORTS = uuid atl80 atl100 oleaut32 ole32 user32
|
|
EXTRADEFS = -D_ATL_VER=_ATL_VER_30
|
|
|
|
C_SRCS = atl_main.c
|
|
|
|
IDL_R_SRCS = atl_classes.idl
|
|
|
|
@MAKE_DLL_RULES@
|