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.
121 lines
2.8 KiB
121 lines
2.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
|
|
|
|
|
|
MAJORCOMP=lsa
|
|
MINORCOMP=msv1_0
|
|
|
|
TARGETNAME=msv1_0
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS= \
|
|
$(SECURITY_LIB_PATH)\lsaitf.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\rpcutil.lib \
|
|
$(SDK_LIB_PATH)\samlib.lib \
|
|
$(SDK_LIB_PATH)\lsasrv.lib \
|
|
$(SDK_LIB_PATH)\advapip.lib \
|
|
$(DS_LIB_PATH)\netapi32p.lib \
|
|
$(DS_LIB_PATH)\secur32p.lib \
|
|
$(DS_LIB_PATH)\rsa32.lib \
|
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
|
$(SDK_LIB_PATH)\ntdsapi.lib \
|
|
$(DS_LIB_PATH)\alloca.lib
|
|
|
|
DELAYLOAD=samlib.dll;lsasrv.dll;netapi32.dll;dnsapi.dll;ntdsapi.dll
|
|
DLOAD_ERROR_HANDLER=kernel32
|
|
|
|
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=..\msv1_0.def
|
|
|
|
#
|
|
# Define COMPILED_BY_DEVELOPER to hit a breakpoint during initialization.
|
|
#
|
|
|
|
C_DEFINES=-DUNICODE=1 -DRPC_NO_WINDOWS_H -DSECURITY_WIN32
|
|
|
|
INCLUDES=..; \
|
|
$(SECURITY_INC);\
|
|
$(DS_INC_PATH)\crypto; \
|
|
$(BASE_INC_PATH); \
|
|
$(NET_INC_PATH);
|
|
|
|
|
|
NTPROFILEINPUT=yes
|
|
|
|
USE_MSVCRT=1
|
|
|
|
NO_SSPI_SIGNATURES=1
|
|
|
|
!IF "$(NO_SSPI_SIGNATURES)" == ""
|
|
BINPLACE_FLAGS=-o Unsigned
|
|
!ENDIF
|
|
|
|
# Strict warning, can be used to detect uninitialized vars. Picks up random
|
|
# stuff too
|
|
|
|
MSC_WARNING_LEVEL= /W4 /WX
|
|
|
|
SOURCES= \
|
|
..\msv1_0.mof \
|
|
..\msv1_0.rc \
|
|
..\msv1_0.c \
|
|
..\msvars.c \
|
|
..\msvpaswd.c \
|
|
..\msvsam.c \
|
|
..\nlmain.c \
|
|
..\nlnetapi.c \
|
|
..\nlp.c \
|
|
..\nlpcache.c \
|
|
..\subauth.c \
|
|
..\credderi.c \
|
|
..\ntlm.cxx \
|
|
..\credapi.cxx \
|
|
..\ctxtapi.cxx \
|
|
..\miscapi.cxx \
|
|
..\userapi.cxx \
|
|
..\ntlmutil.cxx \
|
|
..\crc32.c \
|
|
..\encrypt.cxx \
|
|
..\credhand.cxx \
|
|
..\utility.cxx \
|
|
..\context.cxx \
|
|
..\ctxtcli.cxx \
|
|
..\ctxtsrv.cxx \
|
|
..\rng.cxx \
|
|
..\debug.cxx \
|
|
..\trace.cxx \
|
|
..\msvwow.cxx \
|
|
|
|
|
|
UMTYPE=console
|
|
UMTEST=pwdtest
|
|
UMLIBS=$(O)\msvpaswd.obj \
|
|
$(O)\nlnetapi.obj \
|
|
$(O)\msvars.obj \
|
|
$(SDK_LIB_PATH)\samlib.lib
|
|
|
|
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
|
|
|