mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
11 lines
188 B
Makefile
11 lines
188 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
|
|
|
|
@MAKE_TEST_RULES@
|