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.
53 lines
1.0 KiB
53 lines
1.0 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=crypt
|
|
MINORCOMP=pstorec
|
|
|
|
TARGETNAME=pstorec
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=$(O)\$(MINORCOMP).def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
C_DEFINES= -D_WINDOWS
|
|
|
|
USE_SYSTEM_MIDL=1
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES= $(O);..\include; \
|
|
$(SECURITY_INC); \
|
|
$(SECURITY_INC)\$(O);
|
|
|
|
SOURCES= \
|
|
pstorec.idl \
|
|
csecstor.rc \
|
|
csecstor.cpp \
|
|
stdafx.cpp \
|
|
defer.cpp \
|
|
crt.cpp \
|
|
csecstr1.cpp
|
|
|
|
TARGETLIBS = \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SECURITY_LIB_PATH)\unicode.lib \
|
|
$(SECURITY_LIB_PATH)\waitsvc.lib \
|
|
$(SECURITY_LIB_PATH)\errlog.lib \
|
|
$(SECURITY_LIB_PATH)\dpapi.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib
|
|
|
|
NO_NTDLL=1
|
|
USE_ATL=1
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\pstorec.lib=$(DS_LIB_PATH)\pstorec.lib}
|