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.
59 lines
1.4 KiB
59 lines
1.4 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
Build the File Replication Service (FRS) executable.
|
|
|
|
Author:
|
|
|
|
Sudarshan Chitre
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
$(SDK_LIB_PATH)\ntdsatq.lib \
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=frscompress
|
|
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 \
|
|
$(SDK_LIB_PATH)\netlib.lib \
|
|
$(SDK_LIB_PATH)\ntdsapi.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\secur32.lib \
|
|
$(DS_LIB_PATH)\rsa32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\wbemuuid.lib \
|
|
..\..\repl\$(O)\version.res \
|
|
..\..\util\$(O)\util.lib \
|
|
..\..\frs\$(O)\frs.lib \
|
|
..\..\repl\$(O)\NTREPL.lib \
|
|
..\..\perfmon\$(O)\perrepsr.lib
|
|
|
|
INCLUDES=..\..\inc;$(NET_INC_PATH);$(DS_INC_PATH)\crypto ;..\..\idl\$(O);..\..\ntfrsres\$(O)
|
|
|
|
USE_MSVCRT=1
|
|
UMTYPE=console
|
|
|
|
SOURCES=\
|
|
frscompress.c
|
|
|