ntdll: Add ARM64 cpu info.
[wine] / dlls / atl / Makefile.in
1 MODULE    = atl.dll
2 IMPORTLIB = atl
3 IMPORTS   = uuid atl80 atl100 oleaut32 ole32 user32
4 EXTRADEFS = -D_ATL_VER=_ATL_VER_30
5
6 C_SRCS = atl_main.c
7
8 IDL_R_SRCS = atl_classes.idl
9
10 @MAKE_DLL_RULES@