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.
101 lines
2.8 KiB
101 lines
2.8 KiB
!IF 0
|
|
|
|
Copyright (c) 2000 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.
|
|
|
|
Revision History:
|
|
991118 johnhaw Created.
|
|
000310 georgema exe name changed to keymgr, greatly mutated
|
|
000821 georgema merge with password recovery wizard.
|
|
|
|
!ENDIF
|
|
|
|
#
|
|
# Fusionized
|
|
#
|
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.Keymgr.dll
|
|
SXS_ASSEMBLY_VERSION=1.0
|
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
|
SXS_MANIFEST=Keymgr.dll.Manifest
|
|
SXS_MANIFEST_IN_RESOURCES=1
|
|
SXS_MANIFEST_RESOURCE_ID=123
|
|
SXS_NO_BINPLACE=1
|
|
|
|
MAJORCOMP=
|
|
MINORCOMP=
|
|
|
|
NEPTUNE_ROOT=..
|
|
SETUP_ROOT=$(NEPTUNE_ROOT)\..
|
|
|
|
TARGETNAME=keymgr
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETEXT=dll
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DSECURITY_WIN32
|
|
USE_CRTDLL = 1
|
|
LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
|
|
|
|
INCLUDES= \
|
|
$(SECURITY_INC);$(SECURITY_INC)\$(O);$(SHELL_INC_PATH);$(NET_INC_PATH);$(PUBLIC_INTERNAL_PATH)\windows\inc\duser;$(DS_INC_PATH);
|
|
|
|
MISCFILES=Key_Manager_{AB93ADED-841C-41B7-9A14-DC134263C100}.sld
|
|
|
|
SOURCES= \
|
|
dlg.cpp \
|
|
krdlg.cpp \
|
|
maindlg.cpp \
|
|
editdlg.cpp \
|
|
chgpsw.cpp \
|
|
testaudit.cpp \
|
|
keymgr.cpp \
|
|
wizard.cpp \
|
|
diskio.cpp \
|
|
pswutil.cpp \
|
|
keymgr.rc
|
|
|
|
TARGETLIBS = \
|
|
$(O)\keymgr.lib \
|
|
$(SHELL_LIB_PATH)\shfusion.lib \
|
|
$(DS_LIB_PATH)\netapi32p.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(DS_LIB_PATH)\creduip.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\crypt32.lib \
|
|
$(SDK_LIB_PATH)\cryptui.lib \
|
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\psapi.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\secur32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SHELL_LIB_PATH)\shuuid.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\netlib.lib \
|
|
$(SDK_LIB_PATH)\htmlhelp.lib \
|
|
$(SHELL_LIB_PATH)\shlwapip.lib \
|
|
$(DS_LIB_PATH)\dpapi.lib
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\keymgr.lib=$(DS_LIB_PATH)\keymgr.lib}
|
|
|
|
DELAYLOAD=credui.dll
|
|
DLOAD_ERROR_HANDLER=kernel32
|
|
|
|
#MSC_WARNING_LEVEL=-W4
|