mirror of https://github.com/tongzx/nt5src
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.
38 lines
584 B
38 lines
584 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=crypt
|
|
MINORCOMP=unicode
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=$(SECURITY_LIB_DEST)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES= -D_WINDOWS
|
|
|
|
!IF $(FREEBUILD)
|
|
C_DEFINES=$(C_DEFINES) -D_CRTIMP=
|
|
!ELSE
|
|
C_DEFINES=$(C_DEFINES) -D_ADVAPI32_
|
|
!ENDIF
|
|
|
|
NOT_LEAN_AND_MEAN=1
|
|
|
|
INCLUDES= $(SECURITY_INC);
|
|
|
|
SOURCES= \
|
|
reg.cpp \
|
|
reghkcu.c \
|
|
capi.cpp \
|
|
event.cpp \
|
|
file.cpp \
|
|
guid.cpp \
|
|
user.cpp \
|
|
nt.cpp \
|
|
ole.cpp \
|
|
commctrl.cpp
|