mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
10 lines
140 B
Makefile
10 lines
140 B
Makefile
MODULE = atl80.dll
|
|
IMPORTLIB = atl80
|
|
IMPORTS = atl100 oleaut32
|
|
EXTRADEFS = -D_ATL_VER=_ATL_VER_80
|
|
|
|
|
|
C_SRCS = atl80.c
|
|
|
|
@MAKE_DLL_RULES@
|