47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Revision History:
|
|
!ENDIF
|
|
|
|
MINORCOMP= delegate
|
|
|
|
TARGETNAME= delegate
|
|
TARGETPATH= obj
|
|
TARGETTYPE= PROGRAM
|
|
|
|
UMLIBS= $(DS_GLOBAL_LIB_PATH)\accsrc.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\ntdsapi.lib
|
|
|
|
INCLUDES= $(NTDS_INC);$(WINDOWS_INC_PATH);
|
|
|
|
C_DEFINES= $(C_DEFINES) -DUNICODE
|
|
|
|
SOURCES= delegate.c \
|
|
ldap.c \
|
|
res.rc
|
|
|
|
UMTYPE= console
|
|
|