
!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=initpki
!include $(CRYPT_ROOT)\cryptdll.mk

!include $(CRYPT_ROOT)\pkitrust\pkitrust.mk

DLLBASE=0x70000000
DLLENTRY=_DllMainCRTStartup

C_DEFINES=$(C_DEFINES) -D_WINDOWS

UMTYPE=console
UMENTRY=wmain

##NOT_LEAN_AND_MEAN=1	

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


!IF 0
LINKER_FLAGS=/VERBOSE /MAP $(LINKER_FLAGS)
!ENDIF

INCLUDES=$(INCLUDES);$(BASEDIR)\private\inc\asn1

SOURCES= \
    $(MINORCOMP).rc     \
    $(MINORCOMP).cpp    \
    initacl.cpp         \
    mvcerts.cpp         \
    pkireg.cpp          \
    tcrack.cpp

!IF $(FREEBUILD)

!UNDEF USE_MSVCRT

!IF 1
USE_MSVCRT  = 1
!ELSE
USE_LIBCMT  = 1
USE_NOLIBS  = 1
!ENDIF
NO_NTDLL    = 1

!ENDIF

LINKLIBS =                              \
    $(CRYPT_LOCALLIB)\unicode.lib       \
    $(CRYPT_LOCALLIB)\pkiutil.lib       \
    $(CRYPT_LIB)                        \
    $(CRYPT_SDKLIB)\user32.lib          \
    $(LINKLIBS)



TARGETLIBS=                             \
    $(CRYPT_SDKORLOCALLIB)\wintrust.lib \
    $(TARGETLIBS)
