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.
 
 
 
 
 
 

60 lines
1.2 KiB

!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
DLOAD_ERROR_HANDLER = shlwapi.dll
DLOAD_FORCE_ERROR_CHECK = 1
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 \
xstring.cxx \
dummy.rc