mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 02:05:48 +00:00
8 lines
128 B
Makefile
8 lines
128 B
Makefile
MODULE = atl110.dll
|
|
IMPORTS = atl100 ole32 user32
|
|
EXTRADEFS = -D_ATL_VER=_ATL_VER_110
|
|
|
|
C_SRCS = atl110.c
|
|
|
|
@MAKE_DLL_RULES@
|