66 lines
1.4 KiB
Plaintext
66 lines
1.4 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-96 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:
|
|
|
|
Murali R. Krishnan (MuraliK) 16-July-1996
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\..\place.inc
|
|
|
|
TARGETNAME=iisprobe
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
USE_MSVCRT=1
|
|
USE_ATL=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
|
|
$(IISBASEDIR)\svcs\infocomm\info\server\$(O)\infocomm.lib \
|
|
|
|
|
|
INCLUDES=..\..\server;\
|
|
..\..\server\$(O);\
|
|
..\..\..\infocomm\cache2;\
|
|
..\..\..\wam\idl\$(O);\
|
|
..\..\..\wam\object;\
|
|
..\..\..\wam\object\$(O);\
|
|
..\..\ext;\
|
|
$(IISBASEDIR)\inc; \
|
|
$(IISBASEDIR)\inc\$(O);
|
|
|
|
SOURCES=\
|
|
probe.rc \
|
|
main.cxx \
|
|
worker.cxx \
|
|
heapstat.cxx
|
|
|
|
|
|
!IF "$(NTNOPCH)" == ""
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=iisprobe.hxx
|
|
PRECOMPILED_PCH=iisprobe.pch
|
|
PRECOMPILED_OBJ=iisprobe.obj
|
|
!ENDIF
|