Makefile.in 230 Bytes
Newer Older
1
MODULE    = adsldp.dll
2
IMPORTS   = ole32 oleaut32 secur32 activeds uuid
3
DELAYIMPORTS = netapi32 wldap32
4

5
EXTRADLLFLAGS = -Wb,--prefer-native
6

7
C_SRCS = \
8
	adsldp.c \
9 10
	ldap.c \
	schema.c
11 12 13

IDL_SRCS = \
	adsldp.idl
14 15

RC_SRCS = rsrc.rc