windows-nt/Source/XPSP1/NT/ds/security/protocols/schannel/pkiutil/sources

34 lines
584 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!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