74 lines
1.3 KiB
Plaintext
74 lines
1.3 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=spbase
|
|
|
|
TARGETNAME=spbase
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
PRECOMPILED_INCLUDE = spbase.h
|
|
PRECOMPILED_PCH = spbase.pch
|
|
PRECOMPILED_OBJ = spbase.obj
|
|
|
|
C_DEFINES= -D_WINDOWS -DDO_PCT_COMPAT
|
|
|
|
INCLUDES= ..\;..\..\inc; \
|
|
$(DS_INC_PATH)\crypto; \
|
|
$(ENDUSER_INC_PATH);
|
|
|
|
SOURCES= \
|
|
..\cache.c \
|
|
..\capi.c \
|
|
..\certmap.c \
|
|
..\cliprot.c \
|
|
..\debug.c \
|
|
..\defcreds.c \
|
|
..\keyxmspk.c \
|
|
..\keyxmsdh.c \
|
|
..\rng.c \
|
|
..\serial.c \
|
|
..\ssl2msg.c \
|
|
..\ssl2cli.c \
|
|
..\srvprot.c \
|
|
..\ssl2pkl.c \
|
|
..\ssl2srv.c \
|
|
..\pct1cli.c \
|
|
..\pct1pckl.c \
|
|
..\pct1srv.c \
|
|
..\ssl3key.c \
|
|
..\ssl3msg.c \
|
|
..\tls1key.c \
|
|
..\ssl3.c \
|
|
..\pct1msg.c \
|
|
..\cert.c \
|
|
..\protutil.c \
|
|
..\sigsys.c \
|
|
..\asn1enc.c \
|
|
..\oidenc.c
|