!IF 0

Copyright (C) Microsoft Corporation, 1989 - 1999

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

!ENDIF

MAJORCOMP=crypt
MINORCOMP=stripqts

TARGETNAME=$(MINORCOMP)
TARGETPATH=obj
TARGETTYPE=PROGRAM

INCLUDES= ..\..\common;$(SECURITY_INC);

UMTYPE=console
UMENTRY=wmain

PRECOMPILED_INCLUDE = global.hxx
PRECOMPILED_PCH =     global.pch
PRECOMPILED_OBJ =     global.obj

SYNCHRONIZE_DRAIN=1

USE_MSVCRT=1


!IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
DEBUG_CRTS=1
!ENDIF


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

LINKLIBS= \
    $(SECURITY_LIB_PATH)\unicode.lib       \
    $(SECURITY_LIB_PATH)\debug.lib         \
    $(SECURITY_LIB_PATH)\pkiutil.lib       \
    $(SECURITY_LIB_PATH)\authclib.lib

TARGETLIBS= \
    $(SDK_LIB_PATH)\user32.lib