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.
78 lines
1.6 KiB
78 lines
1.6 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 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.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
#
|
|
# Fusionized
|
|
#
|
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.PlugAndPlay.SigVerif
|
|
SXS_ASSEMBLY_VERSION=1.0
|
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
|
SXS_MANIFEST=sigverif.Manifest
|
|
SXS_MANIFEST_IN_RESOURCES=1
|
|
|
|
|
|
TARGETNAME=bvtsigvf
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=$(BASE_INC_PATH)
|
|
USE_MSVCRT=1
|
|
NOT_TERMINAL_SERVER_AWARE=1
|
|
|
|
SOURCES= \
|
|
sigverif.rc \
|
|
advanced.c \
|
|
browse.c \
|
|
devnode.c \
|
|
filelist.c \
|
|
listview.c \
|
|
logfile.c \
|
|
progress.c \
|
|
sigverif.c \
|
|
verify.c \
|
|
walkpath.c
|
|
|
|
C_DEFINES=-DUNICODE -D_UNICODE
|
|
|
|
MSC_WARNING_LEVEL=/W4 /WX
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
PRECOMPILED_INCLUDE=sigverif.h
|
|
PRECOMPILED_PCH=sigverif.pch
|
|
PRECOMPILED_OBJ=pch.obj
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(BASE_LIB_PATH)\spapip.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\wintrust.lib \
|
|
$(SDK_LIB_PATH)\crypt32.lib \
|
|
$(BASE_LIB_PATH)\sfc_os.lib
|
|
|