33 lines
651 B
Plaintext
33 lines
651 B
Plaintext
!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=updcat
|
|
!include $(CRYPT_ROOT)\cryptexe.mk
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_WINDOWS
|
|
|
|
INCLUDES=$(INCLUDES);..\..\mssip32;$(BASEDIR)\private\lsa\crypt\engine
|
|
|
|
UMTYPE=console
|
|
NOT_LEAN_AND_MEAN=1
|
|
|
|
SOURCES= \
|
|
$(MINORCOMP).rc \
|
|
$(MINORCOMP).cpp
|
|
|
|
TARGETLIBS= \
|
|
$(CRYPT_SDKORLOCALLIB)\crypt32.lib \
|
|
$(CRYPT_SDKLIB)\wininet.lib \
|
|
$(CRYPT_SDKLIB)\cryptnet.lib \
|
|
$(CRYPT_SDKLIB)\mscat32.lib \
|
|
$(CRYPT_SDKLIB)\ole32.lib \
|
|
$(TARGETLIBS)
|