!IF 0

Copyright (C) Microsoft Corporation, 1989 - 1999

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

!ENDIF

CRYPT_ROOT=..\..\..
!include $(CRYPT_ROOT)\crypt.mk

MINORCOMP=thttps
!include $(CRYPT_ROOT)\cryptexe.mk

C_DEFINES=$(C_DEFINES) -D_WINDOWS

INCLUDES=$(INCLUDES)

UMTYPE=console
UMENTRY=wmain

NOT_LEAN_AND_MEAN=1

SOURCES= \
    $(MINORCOMP).rc \
    $(MINORCOMP).cpp

LINKLIBS= \
    $(CRYPT_LOCALLIB)\unicode.lib \
    $(LINKLIBS)

TARGETLIBS= \
    $(CRYPT_LIB) \
    $(CRYPT_SDKORLOCALLIB)\wintrust.lib \
    $(CRYPT_SDKLIB)\ole32.lib \
    $(TARGETLIBS)
