You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
617 B
33 lines
617 B
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
|
|
TARGETNAME=pkiutil
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
PRECOMPILED_INCLUDE = global.hxx
|
|
PRECOMPILED_PCH = global.pch
|
|
PRECOMPILED_OBJ = global.obj
|
|
|
|
INCLUDES=..\inc; \
|
|
$(SECURITY_INC); \
|
|
$(ENDUSER_INC_PATH); \
|
|
$(DS_INC_PATH)\crypto;
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_WINDOWS
|
|
!IF $(FREEBUILD)
|
|
C_DEFINES=$(C_DEFINES) -D_CRTIMP=
|
|
USE_LIBCMT=1
|
|
USE_NOLIBS=1
|
|
!ENDIF
|
|
|
|
NOT_LEAN_AND_MEAN=1
|
|
|
|
SOURCES= \
|
|
pkialloc.cpp \
|
|
pkiasn1.cpp
|