!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 !include ..\..\..\..\..\..\place.inc MAJORCOMP=icrypt MINORCOMP=client TARGETNAME=exchcli TARGETPATH=obj TARGETTYPE=PROGRAM USE_MSVCRT=1 INCLUDES=.;\ ..\inc;\ ..\..\inc;\ ..\..\..\..\..\..\inc SOURCES= \ UMTYPE=console UMAPPL=exchcli*exchcli2 UMRES=$(@R).res LINKLIBS= \ ..\..\lib\$(O)\testlib.lib \ ..\..\..\..\..\lib\$(O)\iiscrypt.lib \ ..\..\..\..\..\lib\$(O)\icrypt.lib \ $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\ws2_32.lib \ $(SDK_LIB_PATH)\security.lib \ PRECOMPILED_INCLUDE=precomp.hxx PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj PRECOMPILED_CXX=1 NTTARGETFILE0= \ $(O)\exchcli.res \ $(O)\exchcli2.res \