|
|
!IF 0
Copyright (c) 1997 Microsoft Corporation
Module Name:
sources.
Abstract:
Build the File Replication Service (FRS) library. Exception handler (prototype) Event handler (prototype) Communication subsystem Thread subsystem RPC server for service RPC server for api Small test driver DS Poller Thread Delayed-command command server Fetch-staging-file command server Install-staging-file command server Generate-staging-file command server Thread command server Communication (Send; Receive half is in RPC server) command server
Author:
14-Mar-97 Billy Fuller
!ENDIF
TARGETNAME=frssup TARGETPATH=obj TARGETTYPE=LIBRARY
C_DEFINES=$(C_DEFINES) -DUNICODE=1 -D_UNICODE=1 -DLDAP_UNICODE=1 -DDBG=1 !IF "$(NTFRS_TEST)" == "1" C_DEFINES=$(C_DEFINES) -DNTFRS_TEST=1 !ENDIF 0
INCLUDES=..\inc;..\idl\$(O); \ ..\ntfrsres\$(O); \ $(NET_INC_PATH); \ $(DS_INC_PATH)\crypto; \ $(PROJECT_ROOT)\netapi\inc;
USE_MSVCRT=1 UMTYPE=console
SOURCES= \ ldaputil.c
|