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) Microsoft Corporation, 1989 - 1995
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built.
Author:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
TARGETNAME=ntlsapi TARGETPATH=obj TARGETTYPE=DYNLINK
DLLENTRY=_DllMainCRTStartup
TARGETLIBS= \ ..\common\$(O)\llscomm.lib \ $(SDK_LIB_PATH)\rpcutil.lib \ $(SDK_LIB_PATH)\rpcrt4.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib
INCLUDES=..\inc;..\idl\$(O);$(BASE_INC_PATH)
USE_MSVCRT=1 MSC_WARNING_LEVEL=/W4
SOURCES= \ ntlsapi.c \ rpcstub.c \ lsapi_c_stub.c \ main.c \ ntlsapi.rc
C_DEFINES=-DINCL_32 -DNT -DWIN32 -DRPC_NO_WINDOWS_H -DUNICODE -D_UNICODE UMTYPE=console
PASS1_PUBLISH= \ {$(O)\ntlsapi.lib=$(SDK_LIB_PATH)\ntlsapi.lib}
|