mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
849 B
38 lines
849 B
# 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
|