52 lines
952 B
Plaintext
52 lines
952 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
sources
|
|
|
|
Abstract:
|
|
Build ntrepl\ntfrsutl
|
|
|
|
Utility to dump dynamic state of frs service.
|
|
|
|
|
|
Author:
|
|
Sudarshan Chitre 12th Aug 1999
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntrepl
|
|
MINORCOMP=ntfrsutl
|
|
|
|
TARGETNAME=ntfrsutl
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_UNICODE=1 -DUNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\ntdsapi.lib \
|
|
$(SDK_LIB_PATH)\ntfrsapi.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
INCLUDES=..\inc;..\idl;..\idl\$(O); \
|
|
$(NET_INC_PATH); \
|
|
$(PROJECT_ROOT)\netapi\inc; \
|
|
$(DS_INC_PATH)\crypto;
|
|
|
|
USE_MSVCRT=1
|
|
UMTYPE=console
|
|
|
|
SOURCES= \
|
|
ntfrsutl.c \
|
|
version.rc
|
|
|
|
|