mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
8 lines
169 B
Makefile
8 lines
169 B
Makefile
TESTDLL = atl.dll
|
|
IMPORTS = uuid atl oleaut32 ole32 rpcrt4 user32 gdi32 advapi32
|
|
EXTRADEFS = -D_ATL_VER=_ATL_VER_30
|
|
|
|
C_SRCS = \
|
|
atl_ax.c \
|
|
module.c \
|
|
registrar.c
|