Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

72 lines
1.7 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=cryptdll_chicago
TARGETPATH=$(SECURITY_LIB_DEST)
TARGETTYPE=DYNLINK
# This is needed, otherwise binaries get binplaced to the normal place.
ALT_PROJECT_TARGET=win95
DLLDEF=..\cryptdll.def
DLLENTRY=_DllMainCRTStartup
INCLUDES=..\;..\..\inc;$(DS_INC_PATH)\crypto;
UMTYPE=console
SOURCES=
I386_SOURCES= \
..\cryptdll.c \
..\cryptmgr.c \
..\csummgr.c \
..\deswrap.c \
..\mdwrap.c \
..\lmwrap.c \
..\nullcs.c \
..\rng.c \
..\rc4cwrap.c \
..\rc4crypt.c \
..\crc32.c \
..\shawrap.c \
ntcalls.c \
..\res.rc
COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
C_DEFINES= $(C_DEFINES) -DWIN32_CHICAGO -DSECURITY_WIN32
TARGETLIBS= \
$(PROJECT_ROOT)\security\base\lsa\crypt\dll\chicago\$(O)\sys003.lib \
$(DS_LIB_PATH)\randlib.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\ntdll.lib
LINKLIBS=$(DS_LIB_PATH)\rsa32.lib
USE_MSVCRT=1
NO_NTDLL=1