Leaked source code of windows server 2003
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.
 
 
 
 
 
 

58 lines
1.2 KiB

!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=writer
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
!IF "$(NTFRS_DS_FREE)" == "1"
C_DEFINES=$(C_DEFINES) -DDS_FREE=1
!ENDIF
INCLUDES=..\inc;..\idl\$(O); \
..\ntfrsres\$(O); \
$(NET_INC_PATH); \
$(DS_INC_PATH)\crypto; \
$(PROJECT_ROOT)\netapi\inc;
USE_MSVCRT=1
UMTYPE=console
SOURCES= \
writer.cpp