!IF 0 Copyright (C) Microsoft Corporation, 1989 - 1999 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 MAJORCOMP=Calais MINORCOMP=CheckSC TARGETNAME=CheckSC TARGETPATH=$(SECURITY_LIB_DEST) TARGETTYPE=PROGRAM TARGETLIBS=\ $(SECURITY_LIB_PATH)\Calaislb.lib \ $(SDK_LIB_PATH)\winscard.lib \ $(SDK_LIB_PATH)\scarddlg.lib \ $(SDK_LIB_PATH)\crypt32.lib \ $(SDK_LIB_PATH)\cryptui.lib \ $(SDK_LIB_PATH)\wintrust.lib \ !ifdef _DEBUG $(SDK_LIB_PATH)\msvcirtd.lib \ !else $(SDK_LIB_PATH)\msvcirt.lib \ !endif $(SDK_LIB_PATH)\User32.lib INCLUDES=\ ..\..\inc;..\..\server\inc; \ $(PROJECT_ROOT)\security\cryptoapi\include; $(DS_INC_PATH); SOURCES= CheckSC.cpp # Make it a console application UMTYPE=console UMENTRY=main # Use C++ Exception Handling USE_NATIVE_EH=1 USE_IOSTREAM=1