mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 07:30:37 +00:00
12 lines
196 B
Makefile
12 lines
196 B
Makefile
MODULE = atl90.dll
|
|
IMPORTS = oleaut32 user32 ole32 gdi32 advapi32 uuid
|
|
EXTRADEFS = -D_ATL_VER=_ATL_VER_90
|
|
PARENTSRC = ../atl
|
|
|
|
C_SRCS = \
|
|
atl.c \
|
|
atl_ax.c \
|
|
registrar.c
|
|
|
|
RC_SRCS = atl90.rc
|