79 lines
1.4 KiB
Plaintext
79 lines
1.4 KiB
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=certlib
|
||
|
|
||
|
TARGETNAME=$(MINORCOMP)
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
CHECKED_ALT_DIR=1
|
||
|
NOT_LEAN_AND_MEAN=1
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
INCLUDES=$(CA_RELATIVEROOT)\include; \
|
||
|
$(CA_RELATIVEROOT)\include\$(O); \
|
||
|
$(PROJECT_ROOT)\netapi\inc; \
|
||
|
$(SECURITY_INC); \
|
||
|
$(BASEDIR)\public\internal\base\inc
|
||
|
|
||
|
C_DEFINES=-DUNICODE -D_UNICODE -D_CERTCLI_
|
||
|
|
||
|
!if defined(CERTSRV_SFLAGS)
|
||
|
C_DEFINES=$(C_DEFINES) -D_ALLOW_GET_FLAGS_
|
||
|
!endif
|
||
|
|
||
|
PRECOMPILED_INCLUDE=pch.cpp
|
||
|
|
||
|
SOURCES= \
|
||
|
acl.cpp \
|
||
|
admin.cpp \
|
||
|
advapi32.cpp \
|
||
|
backup.cpp \
|
||
|
casd.cpp \
|
||
|
certlib.cpp \
|
||
|
certpick.cpp \
|
||
|
certsd.cpp \
|
||
|
check7f.cpp \
|
||
|
ciexit.cpp \
|
||
|
cipolicy.cpp \
|
||
|
cnfgstg.cpp \
|
||
|
config.cpp \
|
||
|
crfile.cpp \
|
||
|
crypt.cpp \
|
||
|
cscsp.cpp \
|
||
|
cslistvw.cpp \
|
||
|
cspelog.cpp \
|
||
|
csw97ppg.cpp \
|
||
|
csw97sht.cpp \
|
||
|
dcom.cpp \
|
||
|
dispatch.cpp \
|
||
|
exitdisp.cpp \
|
||
|
inf.cpp \
|
||
|
ldap.cpp \
|
||
|
log.cpp \
|
||
|
manage.cpp \
|
||
|
mapi.cpp \
|
||
|
officer.cpp \
|
||
|
poldisp.cpp \
|
||
|
progress.cpp \
|
||
|
prvlg.cpp \
|
||
|
reg.cpp \
|
||
|
request.cpp \
|
||
|
string.cpp \
|
||
|
tmpllist.cpp \
|
||
|
tfc.cpp \
|
||
|
tfcprop.cpp \
|
||
|
view.cpp \
|
||
|
viewattr.cpp \
|
||
|
viewcol.cpp \
|
||
|
viewext.cpp \
|
||
|
viewrow.cpp
|