2025-04-27 07:49:33 -04:00

34 lines
617 B
Plaintext

!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