⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sources

📁 安全支持提供器接口(SSPI)源码
💻
字号:
#############################################################
#
#  Copyright (c) 1994  Microsoft Corporation
#
#    This is a template for constructing the sources file for any dsys
#    subdirectory. Remove this comment when creating the sources file
#    from this template.
#
#    Items enclosed in <...> represent things you must edit.
#    Replace all instances of <to_root> with sufficient number of
#    "..\"s to reach the root of the DSYS subtree.
#    Lines preceded with ?<explanation> should be removed if inappropriate
#    or edited if required
#
#############################################################

!IF 0

Copyright (c) 1989  Microsoft Corporation

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:

    Mike Swift (mikesw) 2-16-94

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

!INCLUDE $(_NTROOT)\private\security\security.mk


TARGETNAME=ntlmtst
TARGETPATH=obj
TARGETTYPE=PROGRAM


UMTYPE=console

INCLUDES=.;..;..\..\inc;$(BASEDIR)\private\net\inc;$(BASEDIR)\private\inc

TARGETLIBS= \
       $(DSLIBRARY)\*\netlib.lib \
       $(DSLIBRARY)\*\security.lib \
       $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
       $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
       $(BASEDIR)\public\sdk\lib\*\netapi32.lib \
       $(BASEDIR)\public\sdk\lib\*\user32.lib \
       $(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
       $(BASEDIR)\public\sdk\lib\*\ntdll.lib


#USE_LIBCMT=1
USE_CRTDLL=1


C_DEFINES=$(C_DEFINES) -DSECURITY_WIN32

SOURCES=        ssptest.c



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -