!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=DllMain 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 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}