53 lines
1,002 B
Plaintext
53 lines
1,002 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
CA_RELATIVEROOT=..
|
||
|
MAJORCOMP=certsrv
|
||
|
MINORCOMP=certclib
|
||
|
|
||
|
TARGETNAME=$(MINORCOMP)
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
CHECKED_ALT_DIR=1
|
||
|
NOT_LEAN_AND_MEAN=1
|
||
|
USE_ATL=1
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
INCLUDES=$(CA_RELATIVEROOT)\include;$(CA_RELATIVEROOT)\certcli;$(ADMIN_INC_PATH);$(SECURITY_INC)
|
||
|
|
||
|
# Until build.exe is fixed:
|
||
|
CONDITIONAL_INCLUDES= \
|
||
|
$(CA_MAC_CONDITIONAL_INCLUDES) \
|
||
|
atlbase.h \
|
||
|
atlcom.h
|
||
|
|
||
|
C_DEFINES=-DUNICODE -D_UNICODE -D_CERTCLI_
|
||
|
|
||
|
PRECOMPILED_INCLUDE=pch.cpp
|
||
|
|
||
|
SOURCES= \
|
||
|
alloc.cpp \
|
||
|
assert.cpp \
|
||
|
autoenrl.cpp \
|
||
|
cainfo.cpp \
|
||
|
cainfoc.cpp \
|
||
|
cainfop.cpp \
|
||
|
certdec.cpp \
|
||
|
certtype.cpp \
|
||
|
debug.cpp \
|
||
|
deftypes.cpp \
|
||
|
dstest.cpp \
|
||
|
error.cpp \
|
||
|
logon.cpp \
|
||
|
oidmgr.cpp \
|
||
|
ctnotify.cpp \
|
||
|
serial.cpp
|
||
|
|
||
|
MISCFILES=Certificate_request_client___Certificate_autoenrollment_{21016668-64F8-45BF-8C2A-FF47AC51A2B4}.sld
|