Leaked source code of windows server 2003
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.
|
|
!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
!include $(CA_RELATIVEROOT)\sources.inc
INCLUDES=$(CA_RELATIVEROOT)\include; \ $(CA_RELATIVEROOT)\include\$(O); \ $(PROJECT_ROOT)\netapi\inc; \ $(SECURITY_INC); \ $(BASE_INC_PATH);
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 \ cstring.cpp \ csw97ppg.cpp \ csw97sht.cpp \ dcom.cpp \ dispatch.cpp \ exitdisp.cpp \ inf.cpp \ ldap.cpp \ log.cpp \ manage.cpp \ mapi.cpp \ multisz.cpp \ officer.cpp \ poldisp.cpp \ progress.cpp \ reg.cpp \ request.cpp \ rwlock.cpp \ string.cpp \ tmpllist.cpp \ tfc.cpp \ tfcprop.cpp \ view.cpp \ viewattr.cpp \ viewcol.cpp \ viewext.cpp \ viewrow.cpp
|