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.
69 lines
1.8 KiB
69 lines
1.8 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
|
|
|
|
TARGETNAME=dsrolsrv
|
|
TARGETPATH=$(SECURITY_LIB_DEST)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
LSA_DIR=$(PROJECT_ROOT)\security\base\lsa
|
|
NETAPI_DIR=$(PROJECT_ROOT)\netapi
|
|
|
|
INCLUDES=..;..\inc;\
|
|
..\idl\$(O);\
|
|
$(LSA_DIR)\server;\
|
|
$(LSA_DIR)\idl\$(O);\
|
|
$(LSA_DIR)\server\dspolicy;\
|
|
$(LSA_DIR)\inc;\
|
|
$(BASE_INC_PATH);\
|
|
$(COM_INC_PATH);\
|
|
$(NET_INC_PATH);\
|
|
$(DRIVERS_INC_PATH);\
|
|
$(PROJECT_ROOT)\security\inc;\
|
|
$(NETAPI_DIR)\inc;\
|
|
$(NETAPI_DIR)\netlib;\
|
|
$(DS_INC_PATH)\crypto;\
|
|
$(NTDS_INC);\
|
|
$(SDK_PATH)\amovie\inc;
|
|
|
|
SOURCES= rpcinit.c \
|
|
dispatch.c \
|
|
ophandle.c \
|
|
log.c \
|
|
setutl.c \
|
|
threadman.c \
|
|
trustdom.c \
|
|
netname.c \
|
|
sysvol.c \
|
|
upgrade.c \
|
|
secure.c \
|
|
services.c \
|
|
cancel.c \
|
|
lsa.c \
|
|
ds.c \
|
|
loadfn.c \
|
|
dssetup_s_stub.c
|
|
|
|
C_DEFINES=-DRPC_NO_WINDOWS_H -DUNICODE
|
|
|
|
USE_MSVCRT=1
|