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.
|
|
!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=lockfile 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
INCLUDES=..\..\inc;$(NET_INC_PATH);$(DS_INC_PATH)\crypto ;..\..\idl\$(O)
USE_MSVCRT=1 UMTYPE=console
SOURCES=\ lockfile.c
|