windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/cmp/perfmon/sources

39 lines
849 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
# sources
# Author: Charles E. Grant (cgrant)
# Date: 24-February-1997
#
# This file is used for compiling the ASP performance monitoring DLL
#
# Describes the macros used for building using NT 'build' command
#
!include ..\..\..\place.inc
TARGETNAME=aspperf
TARGETPATH=obj
TARGETTYPE=DYNLINK
MSC_WARNING_LEVEL=/W3 /WX
DLLENTRY=_DllMainCRTStartup
USE_MSVCRT=1
TARGETLIBS=\
$(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\uuid.lib \
INCLUDES=.\;..\asp\;$(IISBASEDIR)\inc;
SOURCES=\
axperf.rc \
axperf.cpp \
axpfdata.cpp \
PRECOMPILED_INCLUDE=denpre.h
PRECOMPILED_PCH=denpre.pch
PRECOMPILED_OBJ=denpre.obj
NTTARGETFILE0=CopyFiles