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.
23 lines
399 B
23 lines
399 B
#
|
|
# Copyright (c) 2000 Microsoft Corporation
|
|
#
|
|
# Module Name: trust
|
|
#
|
|
# Abstract: trust checking for use by IU project
|
|
#
|
|
MAJORCOMP=windows.com
|
|
MINORCOMP=lib.Trust
|
|
|
|
TARGETNAME=Trust
|
|
#TARGETPATH=$(IU_UTIL_LIB_DIR)
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
UMTYPE=windows
|
|
|
|
CHICAGO_PRODUCT=1
|
|
#BROWSER_INFO=1
|
|
|
|
INCLUDES= $(INCLUDES);$(BASEDIR)\public\sdk\inc\atl30;..\..\..\inc
|
|
|
|
SOURCES= \
|
|
..\Trust.CPP
|