!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:

!ENDIF

!include ..\..\..\..\place.inc

MAJORCOMP=security
MINORCOMP=sslc

TARGETNAME=sslc
TARGETPATH=..\lib
TARGETTYPE=DYNLINK
TARGETLIBS= \
    $(BASEDIR)\public\sdk\lib\*\kernel32.lib  \
    $(BASEDIR)\public\sdk\lib\*\user32.lib    \
    $(BASEDIR)\public\sdk\lib\*\wsock32.lib   \
    ..\rsa\*\rsa32.lib


DLLBASE=0x00500000
DLLENTRY=SslDllInit

C_DEFINES=

USE_CRTDLL=1

SOURCES=         \
    certify.c    \
    chello.c     \
    cmaster.c    \
    connect.c    \
    shello.c     \
    sverify.c    \
    cfinish.c    \
    sfinish.c    \
    bcrypt.c     \
    hapiinit.c   \
    initssl.c    \
    recv.c       \
    rng.c        \
    send.c       \
    session.c    \
    sslsess.c    \
    httpget.c    \
    httpsget.c   \
    sockets.c     

UMTYPE=console

PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
