mirror of https://github.com/tongzx/nt5src
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.
68 lines
1.3 KiB
68 lines
1.3 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
|
|
|
|
TARGETNAME=bvtsigvf
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=..;
|
|
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=/W3 /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 \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\wintrust.lib \
|
|
$(SDK_LIB_PATH)\crypt32.lib
|
|
|
|
MISCFILES = \
|
|
corelist.inf
|