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.
98 lines
2.5 KiB
98 lines
2.5 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=lsa
|
|
MINORCOMP=server
|
|
|
|
TARGETNAME=lsalib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..;..\..\inc;..\..\..\inc; \
|
|
..\..\idl;..\..\idl\$(O); \
|
|
$(DS_GLOBAL_INC); \
|
|
$(NTDS_INC); \
|
|
$(SECURITY_INC); \
|
|
$(PROJECT_ROOT)\security\dsrole\inc; \
|
|
$(PROJECT_ROOT)\security\dsrole\idl\$(O); \
|
|
$(DS_INC_PATH); \
|
|
$(DS_INC_PATH)\crypto; \
|
|
$(BASE_INC_PATH); \
|
|
$(COM_INC_PATH); \
|
|
$(DRIVERS_INC_PATH); \
|
|
$(NET_INC_PATH);
|
|
|
|
# Strict warning, can be used to detect uninitialized vars. Picks up random
|
|
# stuff too
|
|
|
|
COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
|
|
|
|
SOURCES=\
|
|
adtdebug.c \
|
|
adtgenp.c \
|
|
adtgens.c \
|
|
adtext.c \
|
|
adtinit.c \
|
|
adtifn.c \
|
|
adtlq.c \
|
|
adtmarshal.c\
|
|
adtpol.c \
|
|
adtutil.c \
|
|
adtbuild.c \
|
|
adtevent.c \
|
|
adtlog.c \
|
|
adtobjs.c \
|
|
adtpup.c \
|
|
aufilter.c \
|
|
auinit.c \
|
|
aucred.c \
|
|
aulogon.c \
|
|
aupckg.c \
|
|
crserver.c \
|
|
credapi.c \
|
|
global.c \
|
|
lsaerror.c \
|
|
lsaifree.c \
|
|
lsainit.c \
|
|
lsarm.c \
|
|
lsasrvmm.c \
|
|
oldstub.c \
|
|
rpcinit.c \
|
|
sepriv.c \
|
|
services.c \
|
|
sidcache.c \
|
|
safemode.c \
|
|
eserver.c \
|
|
wsautils.c
|
|
|
|
C_DEFINES=-DRPC_NO_WINDOWS_H -DNO_DS_HEADERS $(C_DEFINES)
|
|
|
|
#
|
|
# This line makes lsasrv.dll use crtdll.dll instead of libc.lib
|
|
#
|
|
|
|
USE_MSVCRT=1
|
|
|
|
PRECOMPILED_INCLUDE=..\lsapch2.h
|
|
PRECOMPILED_OBJ=lsapch2.obj
|
|
PRECOMPILED_PCH=lsapch2.pch
|