59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1991 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.
|
||
|
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=digest
|
||
|
UMTYPE=windows
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
DLLDEF=digest.def
|
||
|
DLLENTRY=_DllMainCRTStartup
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -DNASHVILLE
|
||
|
|
||
|
USE_LIBCMT=1
|
||
|
|
||
|
DELAYLOAD=ole32.dll
|
||
|
|
||
|
|
||
|
INCLUDES=$(DS_INC_PATH)\crypto
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\ole32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib \
|
||
|
$(DS_LIB_PATH)\rsa32.lib
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
SOURCES=\
|
||
|
init.cxx \
|
||
|
digesta.cxx \
|
||
|
digestw.cxx \
|
||
|
mmfile.cxx \
|
||
|
cred.cxx \
|
||
|
cache.cxx \
|
||
|
params.cxx \
|
||
|
digest.cxx \
|
||
|
digestui.cxx \
|
||
|
persist.cxx \
|
||
|
dummy.rc
|