65 lines
1.2 KiB
Plaintext
65 lines
1.2 KiB
Plaintext
!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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1989
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=schannel
|
|
MINORCOMP=sspi
|
|
|
|
TARGETNAME=sspi
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
DLLDEF=$(O)\schannel.def
|
|
|
|
PRECOMPILED_INCLUDE = sslp.h
|
|
PRECOMPILED_PCH = sslp.pch
|
|
PRECOMPILED_OBJ = sslp.obj
|
|
|
|
C_DEFINES= -D_WINDOWS -DDO_PCT_COMPAT -DUNICODE -D_UNICODE
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
|
|
INCLUDES=..;..\..\inc;..\..\perfmon; \
|
|
$(DS_INC_PATH)\crypto; \
|
|
$(BASE_INC_PATH); \
|
|
$(SECURITY_INC); \
|
|
$(PROJECT_ROOT)\security\base\lsa\idl\$(O);
|
|
|
|
SOURCES=\
|
|
..\init.c \
|
|
..\libmain.c \
|
|
..\callback.c \
|
|
..\credapi.c \
|
|
..\ctxtapi.c \
|
|
..\ctxtattr.c \
|
|
..\events.c \
|
|
..\package.c \
|
|
..\perfmon.c \
|
|
..\spreg.c \
|
|
..\usermode.c \
|
|
..\userctxt.c \
|
|
..\mapper.c \
|
|
..\debug.c
|