windows-nt/Source/XPSP1/NT/ds/security/cryptoapi/common/unicode/sources

39 lines
584 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!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