42 lines
854 B
Plaintext
42 lines
854 B
Plaintext
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=crypt
|
|
MINORCOMP=trustui
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=$(SECURITY_LIB_DEST)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES= -D_WINDOWS
|
|
NOT_LEAN_AND_MEAN=1
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES= ..\..\ui\cryptui; \
|
|
..\..\ui\wizards; \
|
|
$(DS_INC_PATH); \
|
|
$(DS_INC_PATH)\crypto; \
|
|
$(SECURITY_INC); \
|
|
$(SECURITY_INC)\$(O); \
|
|
..\common;
|
|
|
|
# ISOLATION_AWARE_ENABLED ==> use ui themes
|
|
C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
|
|
|
|
PRECOMPILED_INCLUDE = stdpch.h
|
|
PRECOMPILED_PCH = stdpch.pch
|
|
PRECOMPILED_OBJ = stdpch.obj
|
|
PRECOMPILED_CXX = 1
|
|
|
|
SOURCES= \
|
|
dllmain.cpp \
|
|
acui.cpp \
|
|
iih.cpp \
|
|
util.cpp \
|
|
acuictl.cpp
|