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.
21 lines
375 B
21 lines
375 B
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=efs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
INCLUDES=$(DRIVERS_INC_PATH);$(DS_INC_PATH);$(DS_INC_PATH)\crypto;$(IFSKIT_INC_PATH)
|
|
|
|
SOURCES=efs.c \
|
|
efs.rc \
|
|
create.c \
|
|
control.c \
|
|
efsrtl.c \
|
|
efsrtlsp.c \
|
|
encrypt.c
|