mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
9 lines
153 B
Makefile
9 lines
153 B
Makefile
MODULE = atl80.dll
|
|
IMPORTLIB = atl80
|
|
IMPORTS = atl100 oleaut32 user32 ole32
|
|
EXTRADEFS = -D_ATL_VER=_ATL_VER_80
|
|
|
|
|
|
C_SRCS = atl80.c
|
|
|
|
@MAKE_DLL_RULES@
|