You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1004 B
55 lines
1004 B
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
Build the File Replication Service (FRS) executable.
|
|
|
|
Author:
|
|
|
|
14-Mar-97 Billy Fuller
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
$(SDK_LIB_PATH)\ntdsatq.lib \
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=AttackFrs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE=1 -D_UNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
|
|
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\esent.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\rpcns4.lib \
|
|
$(SDK_LIB_PATH)\dbghelp.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
|
|
|
|
|
|
INCLUDES=..\inc;..\idl\$(O); \
|
|
..\ntfrsres\$(O); \
|
|
$(NET_INC_PATH); \
|
|
$(DS_INC_PATH)\crypto
|
|
|
|
USE_MSVCRT=1
|
|
UMTYPE=console
|
|
|
|
SOURCES=\
|
|
attack.c \
|
|
frscomm.c
|
|
|
|
|
|
|
|
|