Makefile.in 257 Bytes
Newer Older
1
MODULE    = atl80.dll
2
IMPORTLIB = atl80
3
IMPORTS   = oleaut32 user32 ole32 gdi32 advapi32 uuid shlwapi
4
EXTRADEFS = -D_ATL_VER=_ATL_VER_80
5
PARENTSRC = ../atl
6

7
C_SRCS = \
8
	atl.c \
9
	atl80.c \
10 11
	atl_ax.c \
	registrar.c
12

Jacek Caban's avatar
Jacek Caban committed
13 14
IDL_SRCS = atl_lib.idl

15
RC_SRCS = atl80.rc